{##} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {##} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% include "_partials/_nav.html.twig" %} {% if app.user and app.user.isVerified == false %} {% endif %} {% include '_partials/_cookie_banner.html.twig' %} {% include "_partials/_flash.html.twig" %} {% block body %}{% endblock %}