{% 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 %} {% for css in encore_entry_css_files('app') %} {% endfor %} {% 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 %} {% for js in encore_entry_js_files('app') %} {% endfor %} {% for js in encore_entry_js_files('ru2ftwofactor') %} {% endfor %} {% endblock %} {% block scripts %} {% endblock %}