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 %}