{# Here will be the real content be injected#}
{% block content %}
{% endblock %}
{% 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 %}