Improve onboarding when using Encore

This commit is contained in:
Kévin Dunglas
2021-02-05 17:17:59 +01:00
parent 383c15dd02
commit fed8b087ac
@@ -3,9 +3,15 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following tags to start using Symfony UX #}
{% block stylesheets %}
{#{{ encore_entry_link_tags('app') }}#}
{% endblock %}
{% block javascripts %}{% endblock %}
{% block javascripts %}
{#{{ encore_entry_script_tags('app') }}#}
{% endblock %}
</head>
<body>
{% block body %}{% endblock %}