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 6d25dbb commit 3a97249Copy full SHA for 3a97249
frontend/encore/simple-example.rst
@@ -96,6 +96,7 @@ In Symfony, use the ``asset()`` helper:
96
<link rel="stylesheet" href="{{ asset('build/global.css') }}">
97
</head>
98
<body>
99
+ <h1></h1>
100
<!-- ... -->
101
<script src="{{ asset('build/app.js') }}"></script>
102
</body>
0 commit comments