{% set routeName = app.request.get('_route') %} {{ include('Includes/meta.html.twig') }} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('dark-mode') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {{ include('Includes/header.html.twig') }} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {{ include('Includes/aside.html.twig') }} {% endif %} {% block body %}{% endblock %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {{ include('Includes/history_modal.html.twig') }} {{ include('Includes/user_alert.html.twig') }} {% endif %} {% block specificJS %}{% endblock %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {{ encore_entry_script_tags('includes-layout') }} {{ encore_entry_script_tags('includes-aside') }} {% endif %} {% if app.environment is same as('dev') %} {{ include('Includes/browser_sync.html.twig') }} {% endif %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {% endif %}