{#
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 }}{% endif %}
{% block stylesheets %}
{% endblock %}
{% block metadata %}
{% endblock %}