{% include "layouts/_head.html" %} {% if nav %} {% include "shared/page-nav.html" %} {% endif %}
{% block content %}{% endblock %} {% include "shared/page-footer.html" %}
{% include "shared/page-popup.html" %} {% block after_content %}{% endblock %} {% include "layouts/_foot.html" %} {% block javascript %}{% endblock %}