mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
missing closing parenthesis
This commit is contained in:
@@ -8,7 +8,7 @@ The ``template_from_string`` function loads a template from a string:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
{{ include(template_from_string("Hello {{ name }}") }}
|
||||
{{ include(template_from_string("Hello {{ name }}")) }}
|
||||
{{ include(template_from_string(page.template)) }}
|
||||
|
||||
.. note::
|
||||
|
||||
Reference in New Issue
Block a user