{# 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 %} {% for css in encore_entry_css_files('app') %} {% endfor %} {% endblock %}
{% block body %}