{% include head.html %} {% include header.html %}
{% if page.return_to %} {% for section_hash in page.return_to %}
{{section_hash[0]}}
{% endfor %} {% endif %}
{{ content }}
{% include footer.html %}