From 35254a0bb40b3eaf83e056fafdfe51a3a5e3ce8e Mon Sep 17 00:00:00 2001 From: thisfro Date: Mon, 3 May 2021 18:06:55 +0200 Subject: [PATCH] remove comment --- templates/base.html.twig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 4850a40..2405c89 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -2,9 +2,8 @@ - {% block title %}Welcome!{% endblock %} - {# Run `composer require symfony/webpack-encore-bundle` - and uncomment the following Encore helpers to start using Symfony UX #} + {% block title %}Plant Exchange Home{% endblock %} + {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}