missing closing parenthesis

This commit is contained in:
Karl Horky
2013-10-17 10:00:32 +02:00
parent ba486a3bfd
commit 9b7322496e
+1 -1
View File
@@ -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::