remove comment
This commit is contained in:
parent
7e196b8754
commit
35254a0bb4
1 changed files with 2 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue