From: Wouter J Date: Wed, 14 May 2014 09:53:45 +0000 (+0200) Subject: Fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=49de7a6b047885aa8d6af82bedc44c6ac507370d;p=web%2Fkonrad%2Ftwig.git Fixed typo --- diff --git a/doc/tags/extends.rst b/doc/tags/extends.rst index d962a30..1ad2b12 100644 --- 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.