{% block stylesheets %} {# Include the main bootstrap theme based on user/global setting #} {% if not app.user.theme is defined %} {% set theme = global_theme %} {% else %} {% set theme = app.user.theme %} {% endif %} {% if theme %} {% else %} {% endif %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %}
{% include "_navbar.html.twig" %} {% include "_flash.html.twig" %}
{# Here will be the real content be injected#} {% block content %} {% endblock %}
{# Modal for loading bar #} {# Back to top buton #} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('ru2ftwofactor') }} {% endblock %} {% block scripts %} {% endblock %}