projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cd4a372
)
Fixed typo
author
Wouter J
<waldio.webdesign@gmail.com>
Wed, 14 May 2014 09:53:45 +0000 (11:53 +0200)
committer
Wouter J
<waldio.webdesign@gmail.com>
Wed, 14 May 2014 09:53:45 +0000 (11:53 +0200)
doc/tags/extends.rst
patch
|
blob
|
history
diff --git
a/doc/tags/extends.rst
b/doc/tags/extends.rst
index
d962a30
..
1ad2b12
100644
(file)
--- a/
doc/tags/extends.rst
+++ b/
doc/tags/extends.rst
@@
-186,8
+186,8
@@
In this example, the template will extend the "minimum.html" layout template
if the ``standalone`` variable evaluates to ``true``, and "base.html"
otherwise.
-How blocks work?
-----------------
+How do blocks work?
+-------------------
A block provides a way to change how a certain part of a template is rendered
but it does not interfere in any way with the logic around it.