mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
Use : instead of = for named argument in the docs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user