remove comment

This commit is contained in:
Jannis Portmann 2021-05-03 18:06:55 +02:00
parent 7e196b8754
commit 35254a0bb4

View file

@ -2,9 +2,8 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
<title>{% block title %}Plant Exchange Home{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}