From c8545e4cc7afa1c66b8315cf1dc0f6c1ee58e20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 22 May 2022 22:24:30 +0200 Subject: [PATCH] clena up --- templates/base.html.twig | 8 ++++++++ templates/index/index.html.twig | 20 -------------------- 2 files changed, 8 insertions(+), 20 deletions(-) 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 %} - - -
-

Hello {{ controller_name }}! ✅

- - This friendly message is coming from: - -
-