{% for style in styles.values() %} {% endfor %} {% include 'elements.html' %}
{% include 'header.html' %} {% with plugins=templates.keys() %} {% include 'nav.html' %} {% endwith %}
{% for plugin, conf in templates.items() %} {% with configuration=templates[plugin], utils=utils %} {% include conf['_template_file'] %} {% endwith %} {% endfor %}
{% include 'plugins/template.html' %} {% for script in scripts.values() %} {% endfor %}