{% set nc2html = include_html('nesting_content2.html', arg1='foo') %} {{- include_js() -}} {{- include_css() -}} {% extends 'default.html' %} {% block body %} nesting_content.html{{ nc2html }} {% endblock %}