X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Ftwig%2Ftwig%2Fdoc%2Ffunctions%2Fblock.rst;h=6b8f0d4f435b428a94c426639f84ec3456905e65;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=f5d683c73da628bdabade470f10c354ac5304297;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/twig/twig/doc/functions/block.rst b/vendor/twig/twig/doc/functions/block.rst index f5d683c73..6b8f0d4f4 100644 --- a/vendor/twig/twig/doc/functions/block.rst +++ b/vendor/twig/twig/doc/functions/block.rst @@ -18,7 +18,7 @@ times, use the ``block`` function: {% block body %}{% endblock %} -The ``block`` function can also be used to display one block of another +The ``block`` function can also be used to display one block from another template: .. code-block:: jinja