{% include "layouts/_head.html" %} {% if nav %} {% include "shared/page-nav.html" %} {% endif %} {% if nav_mobile and nav %} {% include "shared/page-nav-mobile.html" %} {% endif %}
{% if breadcrumbs %} {% include "shared/page-breadcrumbs.html" %} {% elif nav %}
{% endif %} {% block content %}{% endblock %} {% if footer %} {% include "shared/page-footer.html" %} {% endif %}
{% block after_content %}{% endblock %} {% if background_top or background_bottom or background_fixed %} {% include "shared/page-background.html" %} {% endif %} {% if nav_search %} {% include "shared/modal-search.html" %} {% endif %} {% if nav_user %} {% include "shared/modal-login.html" %} {% endif %} {% include "layouts/_foot.html" %} {% block javascript %}{% endblock %}