{{ site.custom_code | raw }} {{ encore_entry_link_tags('css/app') }} {% block stylesheets %}{% endblock %} {{ include('layout/partials/_navbar.html.twig') }} {% block header %}{% endblock %}
{{ include('common/_flash_messages.html.twig') }} {% block body %}{% endblock %}

© {{ "now" | date("Y") }} {{ site.name }}. {{ site.custom_footer_text | raw }}

{{ encore_entry_script_tags('js/app') }} {% if app.user %} {{ encore_entry_script_tags('js/auth') }} {% endif %} {% block javascripts %}{% endblock %}