{# Globals variables #} {% if pageName is not defined %} {% set pageName = '' %} {% endif %} {% if pageSection is not defined %} {% set pageSection = '' %} {% endif %} {# Main template #} {% block title %}Polaris{% endblock %} {{ encore_entry_link_tags('app') }} {% block stylesheets %}{% endblock %} {% block body %}
{% include "templates_old/_sidebar.html.twig" %}
{% include "templates_old/_top_navbar.html.twig" with {'secondary_menu': block('secondaryMenu') is defined ? block('secondaryMenu'):''} %}
{% block content %}{% endblock %}
{% endblock body %} {{ encore_entry_script_tags('app') }} {% block javascripts %}{% endblock %}