From cc65c8843af02b6ea24b6647e71b146831d7ac00 Mon Sep 17 00:00:00 2001 From: Mario A. Alvarez Garcia Date: Wed, 7 Nov 2012 14:59:42 -0500 Subject: [PATCH] [template_from_string]Fixed typo --- doc/functions/template_from_string.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/functions/template_from_string.rst b/doc/functions/template_from_string.rst index 6936167..0b3b0b4 100644 --- a/doc/functions/template_from_string.rst +++ b/doc/functions/template_from_string.rst @@ -8,8 +8,8 @@ The ``template_from_string`` function loads a template from a string: .. code-block:: jinja - {% include template_from_string("Hello {{ name }}") }} - {% include template_from_string(page.template) }} + {% include template_from_string("Hello {{ name }}") %} + {% include template_from_string(page.template) %} .. note:: -- 1.7.2.5