mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 15:48:42 +00:00
fixed markup in the doc
This commit is contained in:
+3
-3
@@ -405,7 +405,7 @@ the parent template::
|
|||||||
The possibility to pass an array of templates has been added in Twig 1.2.
|
The possibility to pass an array of templates has been added in Twig 1.2.
|
||||||
|
|
||||||
You can also provide a list of templates that are checked for existence. The
|
You can also provide a list of templates that are checked for existence. The
|
||||||
first template that exists will be used as a parent::
|
first template that exists will be used as a parent:
|
||||||
|
|
||||||
.. code-block:: jinja
|
.. code-block:: jinja
|
||||||
|
|
||||||
@@ -892,7 +892,7 @@ directly::
|
|||||||
|
|
||||||
You can mark an include with ``ignore missing`` in which case Twig will ignore
|
You can mark an include with ``ignore missing`` in which case Twig will ignore
|
||||||
the statement if the template to be ignored does not exist. It has to be
|
the statement if the template to be ignored does not exist. It has to be
|
||||||
placed just after the template name. Here some valid examples::
|
placed just after the template name. Here some valid examples:
|
||||||
|
|
||||||
.. code-block:: jinja
|
.. code-block:: jinja
|
||||||
|
|
||||||
@@ -904,7 +904,7 @@ placed just after the template name. Here some valid examples::
|
|||||||
The possibility to pass an array of templates has been added in Twig 1.2.
|
The possibility to pass an array of templates has been added in Twig 1.2.
|
||||||
|
|
||||||
You can also provide a list of templates that are checked for existence before
|
You can also provide a list of templates that are checked for existence before
|
||||||
inclusion. The first template that exists will be included::
|
inclusion. The first template that exists will be included:
|
||||||
|
|
||||||
.. code-block:: jinja
|
.. code-block:: jinja
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user