{% if favicon is defined %} {% else %} {% endif %} {% set nav_active = app.request.attributes.get('_route') %} {% if backgroundImage.path is defined %} {% set body_img = backgroundImage.path %} {% endif %} {% set has_template = template is defined %} {% set tpl_is_classic = template is defined and template == 'classic' %} {% set tpl_is_full = template is defined and template == 'full' %} {% set color_primary, color_secondary, color_background = primaryColor, secondaryColor, backgroundColor %} {% block stylesheets %} {% if has_template %} {% if color_primary is defined and color_secondary is defined %} {% include 'app/templates/' ~ template ~ '/_colors.html.twig' %} {% endif %} {% endif %} {% endblock %} {% block header_js %}{% endblock %} {% include 'app/common/components/_tarteaucitron_js.html.twig' %}
{% block body %}