{% block stylesheets %} {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% endblock %} {% block javascripts %} {% endblock %} {% if app.user %} {% include "partials/nav.html.twig" %} {% endif %}
{% block body %}{% endblock %}
{% if app.user %} {% include "partials/footer.html.twig" %} {% endif %}