{% for script in head_scripts %} {{ script }} {% endfor %} {{ title }}
{% for section in sections %} {% endfor %}
{% for section in sections %}

{{ section.name }}

{{ section.rendered }}

{% endfor %}
{% for script in body_scripts %} {{ script }} {% endfor %}