{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}
{% endblock %}
{% include "partials/_navbar.html.twig" %}
{% block body %}{% endblock %}
{% block javascripts %}
{% endblock %}