{% include 'include/_head.html.twig' %} {% block stylesheets %}{% endblock %}
{# Preloader #}
{# Main Header #} {% if page == 'home' %} {% include 'include/_navhome.html.twig' %} {% else %} {% include "include/_navother.html.twig" %} {% endif %} {# Body #} {% block body %}{% endblock %} {# Footer #} {% include 'include/_footer.html.twig' %}
{% block modal %}{% endblock %} {% include 'include/_js.html.twig' %} {% block javascripts %}{% endblock %} {% block extraScript %}{% endblock %}