projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ba486a3
)
missing closing parenthesis
author
Karl Horky
<karl.horky@gmail.com>
Thu, 17 Oct 2013 08:00:32 +0000 (10:00 +0200)
committer
Karl Horky
<karl.horky@gmail.com>
Thu, 17 Oct 2013 08:00:32 +0000 (10:00 +0200)
doc/functions/template_from_string.rst
patch
|
blob
|
history
diff --git
a/doc/functions/template_from_string.rst
b/doc/functions/template_from_string.rst
index
bbb06d8
..
f21d91f
100644
(file)
--- 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::