{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% include template_dir ~ '_header.html.twig' %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('error') %}
{{ message }}
{% endfor %} {% block body %}

Quote of the Moment

{# #}

{{ quote | markdown_to_html }}

{% endblock %}
{% include template_dir ~ '_footer.html.twig' %}