{# templates/base.html.twig #} {% block title %}Cleanolia{% endblock %} {{ render(controller('App\\Controller\\LayoutController::preload', {'current':current})) }} {% if current is defined and current == 'home_page' %}{% endif %} {% block stylesheets %}{% endblock %} {# #}
{% if alt_logo is defined %}{% set var_alt_logo = alt_logo %}{% else %}{% set var_alt_logo = '' %}{% endif %} {% if data_ville is defined %}{% set arr_data_ville = data_ville %}{% else %}{% set arr_data_ville = false %}{% endif %} {{ render(controller('App\\Controller\\LayoutController::header', {'alt_logo':var_alt_logo, 'data_ville':arr_data_ville})) }} {% block body %}{% endblock %} {{ render(controller('App\\Controller\\LayoutController::footer', {'data_json':data_json ?? []})) }} {% block javascripts %} {% endblock %} {% if current is defined and current == 'ppdp' %} {% else %} {% endif %} {{ render(controller('App\\Controller\\LayoutController::tracking')) }}