{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% include '@default/_header.html.twig' %}
{#
{% for message in app.flashes('success') %}
dump(app) {% endfor %}
#} {% for message in app.flashes('error') %}
{{ message }}
{% endfor %} {% block body %}

Quote of the Moment


{{ quote | raw | nl2br }}
{% endblock %}
{% include '@default/_footer.html.twig' %}