{% block stylesheets %} {{ vite_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ vite_entry_script_tags('app', { dependency: 'react' }) }} {% endblock %}
{% include 'layout/header.html.twig' %} {% include 'layout/setting.html.twig' %}
{% include 'layout/left.html.twig' %}
{% include '_partials/_flash.html.twig' %} {% if not app.user.isVerified %}
{% else %} {% block body %} {% endblock %} {% endif %}
{% include 'layout/footer.html.twig' %}