{% apply spaceless %} {% set htmlLocale = app.request.locale|default(defaultlocale)|slice(0,2) %} {{ websitetitle | trans }}{% block title %}{% endblock %} {# Favicons #} {% include 'Layout/_favicons.html.twig' %} {# Webfonts #} {% include 'Layout/_webfonts.html.twig' %} {# CSS #} {% include 'Layout/_css.html.twig' %} {# Google Tagmanager #} {% include 'Layout/_googletagmanager.html.twig' %} {# Outdated browser message #} {% include 'Layout/_outdatedbrowser.html.twig' %} {# Content #}
{% block content %}{% endblock %}
{% endapply %}