{% if google_analytics_id is defined and google_analytics_id %} {% endif %} {% block title %}{{ 'base.title'|trans }}{% endblock %} {# Open Graph #} {% block og_image %} {% endblock %} {# Twitter Card #} {# Hreflang #} {% if site_settings is defined and site_settings.enabledLocales|length > 0 %} {% for locale in site_settings.enabledLocales %} {% endfor %} {% endif %} {% block meta_extra %}{% endblock %} {% if google_analytics_id is defined and google_analytics_id %} {% endif %} {% block stylesheets %}{% endblock %} {% block javascripts %} {% block importmap %}{{ importmap('app') }}{% endblock %} {% endblock %} {% block head_extra %}{% endblock %} {% from '_macros/image.html.twig' import picture %} {# Navbar #} {% if app.user and is_granted('ROLE_ADMIN') %}
{{ 'admin_bar.label'|trans }} {{ 'admin_bar.dashboard'|trans }} {{ 'admin_bar.missions'|trans }} {{ 'admin_bar.blog'|trans }} {{ 'admin_bar.comments'|trans }} {{ 'admin_bar.testimonials'|trans }} Kontakt Waitlist {{ 'admin_bar.users'|trans }} {{ 'admin_bar.tracking'|trans }} {{ 'admin_bar.settings'|trans }} {{ 'admin_bar.logout'|trans }}
{% endif %}
{% block body %}{% endblock %}