mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
fix a typo (add missing article)
This commit is contained in:
+1
-1
@@ -310,7 +310,7 @@ will be available in the included template too:
|
|||||||
{{ include('render_box.html') }}
|
{{ include('render_box.html') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
The included template ``render_box.html`` is able to access ``box`` variable.
|
The included template ``render_box.html`` is able to access the ``box`` variable.
|
||||||
|
|
||||||
The filename of the template depends on the template loader. For instance, the
|
The filename of the template depends on the template loader. For instance, the
|
||||||
``Twig_Loader_Filesystem`` allows you to access other templates by giving the
|
``Twig_Loader_Filesystem`` allows you to access other templates by giving the
|
||||||
|
|||||||
Reference in New Issue
Block a user