{% if ajax is not defined or not ajax %} {% block title %}The Face{% endblock %} {% set baseUrl = app.request.getSchemeAndHttpHost() %} {% set metaDescription = 'The Face Paris' %} {% block stylesheets %}{% endblock %}
{% 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 --- #}
{# {% set appEnv = 'dev' %} #} {# {% set appEnv = 'prod' %} #} {% if appEnv != 'dev' %} {% else %} {% endif %} {% block javascripts %}{% endblock %} {% endif %}