{#
This is the base template used as the application layout which contains the
common elements and decorates all the other templates.
See https://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
#}
{% if block('title') is defined %}{{ block('title')|striptags|raw }}{% endif %}
{% block stylesheets %}
{% endblock %}
{{ canonical_link_tag() }}
{% block metadata %}
{% endblock %}