mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Improve onboarding when using Encore
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user