projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ca97c2f
)
Update doc for consistency.
author
Gunnar Lium
<gunnar@aptoma.com>
Sun, 18 Nov 2012 20:17:30 +0000 (21:17 +0100)
committer
Gunnar Lium
<gunnar@aptoma.com>
Sun, 18 Nov 2012 20:17:30 +0000 (21:17 +0100)
doc/advanced.rst
patch
|
blob
|
history
diff --git
a/doc/advanced.rst
b/doc/advanced.rst
index
1fd92ea
..
efe31ac
100644
(file)
--- a/
doc/advanced.rst
+++ b/
doc/advanced.rst
@@
-74,9
+74,9
@@
extension point to use. And you can use it anywhere an expression is accepted:
.. code-block:: jinja
- {{ 'some text' ~ ipsum(40) ~ 'some more text' }}
+ {{ 'some text' ~ lipsum(40) ~ 'some more text' }}
- {% set ipsum = ipsum(40) %}
+ {% set lipsum = lipsum(40) %}
Last but not the least, you can also use a *global* object with a method able
to generate lorem ipsum text: