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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
<title>{% block title %}Plant Exchange Home{% endblock %}</title>
|
||||||
{# Run `composer require symfony/webpack-encore-bundle`
|
|
||||||
and uncomment the following Encore helpers to start using Symfony UX #}
|
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
{{ encore_entry_link_tags('app') }}
|
{{ encore_entry_link_tags('app') }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue