{{ include('Includes/meta.html.twig') }} {{ include('Librairies/stylesheets.html.twig') }} {% set routeName = app.request.get('_route') %}
{% set header = 'yes' %} {% set sidebar = 'yes' %} {{ include('Includes/header_self.html.twig') }} {% block body %}{% endblock %} {{ include('Librairies/javascripts.html.twig') }} {% block specificJS %} {% endblock %} {% if app.environment is same as('dev') %} {{ include('Librairies/browser_sync.html.twig') }} {% endif %}