From: Mario A. Alvarez Garcia Date: Wed, 7 Nov 2012 19:59:42 +0000 (-0500) Subject: [template_from_string]Fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=cc65c8843af02b6ea24b6647e71b146831d7ac00;p=web%2Fkonrad%2Ftwig.git [template_from_string]Fixed typo --- 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::