{# Run `composer require symfony/webpack-encore-bundle` and uncomment the following Encore helpers to start using Symfony UX #} {% block stylesheets %} {# 'app' must match the first argument to addEntry() in webpack.config.js #} {{ encore_entry_link_tags('app') }} {% endblock %}
{{ include('content/header.html.twig') }} {% block body %}{% endblock %} {{ include('content/footer.html.twig' )}}