{% set currentRoute = app.request.get('_route') %} MAXAPP - {% block title %}Développeur Web Freelance{% endblock %} {# #} {% block stylesheets %}{% endblock %} {{ encore_entry_link_tags('app') }} {# // #} {# // #} {% block javascripts %}{% endblock %} {{ encore_entry_script_tags('app')|replace({'src=': 'defer src='})|raw}}
loader
{% include "partials/header.html.twig" %}
{% if 'home' in currentRoute %} {% include "partials/main_header.html.twig" %} {% elseif 'single' in currentRoute %} {% include "partials/main_header_single.html.twig" %} {% else %} {% include "partials/main_header_page.html.twig" %} {% endif %} {% block body %}{% endblock %}
{% include "partials/footer.html.twig" %}
{#
#}