{% extends 'Default/parameters.html.twig' %} {% block html %} {{t}} {% block css %} {% endblock %} {% if (hasReCaptcha ?? false) %} {% endif %} {% if app.request.schemeAndHttpHost() != 'http://localhost' %}
{% endif %} {{render(controller('App\\Controller\\DefaultController::links'))}} {% block container %}
{% block banner %}
{% endblock banner %} {% block body %}
{% block content %} {% endblock content %}
{% endblock body %} {% if not home and noShare is not defined %}
{% endif %} {#

NEWSLETTER

Inscrivez-vous pour recevoir régulièrement les dernières nouvelles sur l'avancée du Programme d'Actions du Gouvernement.

{{render(controller('App\\Controller\\DefaultController::subscribers',{}))}}
#} {% block footer %} {{render(controller('App\\Controller\\DefaultController::menu',{isFooter:true}))}} {% endblock footer %}
{% endblock container %} {% if cookiesBox and not app.request.cookies.get('cookiesChecked') %} {{render(controller('App\\Controller\\Front\\CookiesController::index'))}} {# {% if os_param('GA') and app.request.schemeAndHttpHost() != 'http://localhost' %} #} {% set code = os_param('GA') %} {# {% endif %} #} {% endif %} {% set notices = app.session.flashBag.get('notice') %} {% if notices|length %} {% endif %} {% block js %} {% endblock %} {% endblock %}