We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383c15d commit fed8b08Copy full SHA for fed8b08
symfony/twig-bundle/3.3/templates/base.html.twig
@@ -3,9 +3,15 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
- {% block stylesheets %}{% endblock %}
+ {# Run `composer require symfony/webpack-encore-bundle`
7
+ and uncomment the following tags to start using Symfony UX #}
8
+ {% block stylesheets %}
9
+ {#{{ encore_entry_link_tags('app') }}#}
10
+ {% endblock %}
11
- {% block javascripts %}{% endblock %}
12
+ {% block javascripts %}
13
+ {#{{ encore_entry_script_tags('app') }}#}
14
15
</head>
16
<body>
17
{% block body %}{% endblock %}
0 commit comments