missing closing parenthesis
authorKarl Horky <karl.horky@gmail.com>
Thu, 17 Oct 2013 08:00:32 +0000 (10:00 +0200)
committerKarl Horky <karl.horky@gmail.com>
Thu, 17 Oct 2013 08:00:32 +0000 (10:00 +0200)
doc/functions/template_from_string.rst

index bbb06d8..f21d91f 100644 (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::