{{ encore_entry_link_tags('mod_bootstrap') }} {{ encore_entry_link_tags('mod_forkawesome') }} {{ encore_entry_link_tags('mod_ckeditor5') }} {{ encore_entry_link_tags('chill') }} {{ encore_entry_link_tags('mod_blur') }} {{ encore_entry_link_tags('vue_onthefly') }} {% block css %}{% endblock %} {% if responsive_debug is defined and responsive_debug == 1 %} {{ include('@ChillMain/Layout/_debug.html.twig') }} {% endif %} {{ include('@ChillMain/Layout/_header.html.twig') }} {% block top_banner %}{# To use if you want to add a banner below the header (ie the menu) #}{% endblock %}
{% block sublayout_content %}
{# Flash messages ! #} {% if app.session.flashbag.keys()|length > 0 %}
{% for flashMessage in app.session.flashbag.get('success') %}
{{ flashMessage|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('error') %}
{{ flashMessage|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|raw }}
{% endfor %}
{% endif %} {% block content %} {# DISABLED {{ chill_widget('homepage', {} ) }} #} {% include '@ChillMain/Homepage/index.html.twig' %} {% endblock %}
{% endblock %}
{{ include('@ChillMain/Layout/_footer.html.twig') }} {{ encore_entry_script_tags('mod_bootstrap') }} {{ encore_entry_script_tags('mod_forkawesome') }} {{ encore_entry_script_tags('mod_ckeditor5') }} {{ encore_entry_script_tags('mod_blur') }} {{ encore_entry_script_tags('chill') }} {{ encore_entry_script_tags('vue_onthefly') }} {% block js %}{% endblock %}