From 9b7322496e8deab18f7b7defe56e30a44980b599 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 17 Oct 2013 10:00:32 +0200 Subject: [PATCH] missing closing parenthesis --- doc/functions/template_from_string.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/functions/template_from_string.rst b/doc/functions/template_from_string.rst index bbb06d8..f21d91f 100644 --- a/doc/functions/template_from_string.rst +++ b/doc/functions/template_from_string.rst @@ -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:: -- 1.7.2.5