{% block title %}The Face{% endblock %}
{% set baseUrl = app.request.getSchemeAndHttpHost() %}
{% set metaDescription = 'The Face Paris' %}
{% block stylesheets %}{% endblock %}
{% include 'svg/sprite.svg.twig' %}
{% endif %}
{% block body %}{% endblock %}
{% if ajax is not defined or not ajax %}
{# Nav #}
{% include 'common/nav.html.twig' with {'sectionsHierarchy': sectionsHierarchy, 'editablePages': editablePages} only %}
{# Search #}
{% include 'common/search.html.twig' with {} only %}
{# --- FOOTER LINKS --- #}