diff --git a/templates/base.html.twig b/templates/base.html.twig index d4f83f7..0b851f3 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -7,6 +7,14 @@ {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% block stylesheets %} {{ encore_entry_link_tags('app') }} + + {% endblock %} {% block javascripts %} diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index 5161250..d9c7049 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -3,26 +3,6 @@ {% block title %}Hello IndexController!{% endblock %} {% block body %} - - -
src/Controller/IndexController.php
templates/index/index.html.twig