We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:
=
1 parent ffd5159 commit ccec90cCopy full SHA for ccec90c
doc/functions/include.rst
@@ -48,7 +48,7 @@ the template does not exist:
48
49
.. code-block:: twig
50
51
- {{ include('sidebar.html.twig', ignore_missing = true) }}
+ {{ include('sidebar.html.twig', ignore_missing: true) }}
52
53
You can also provide a list of templates that are checked for existence before
54
inclusion. The first template that exists will be rendered:
0 commit comments