Use : instead of = for named argument in the docs

This commit is contained in:
Jacob Dreesen
2025-03-06 17:34:44 +01:00
committed by GitHub
parent ffd515977e
commit ccec90c85c
+1 -1
View File
@@ -48,7 +48,7 @@ the template does not exist:
.. code-block:: twig
{{ include('sidebar.html.twig', ignore_missing = true) }}
{{ include('sidebar.html.twig', ignore_missing: true) }}
You can also provide a list of templates that are checked for existence before
inclusion. The first template that exists will be rendered: