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 b9fc90b commit aadb957Copy full SHA for aadb957
frontend/encore/server-data.rst
@@ -6,7 +6,7 @@ In Symfony applications, you may find that you need to pass some dynamic data
6
dynamic configuration is by storing information in ``data`` attributes and reading
7
them later in JavaScript. For example:
8
9
-.. code-block:: html-twig
+.. code-block:: html+twig
10
11
<div class="js-user-rating" data-is-authenticated="{{ app.user ? 'true' : 'false' }}">
12
<!-- ... -->
0 commit comments