remove obsolete docs

This commit is contained in:
Fabien Potencier
2016-11-12 18:12:38 -08:00
parent 26fefedbae
commit 4c39e930cd
2 changed files with 0 additions and 9 deletions
-6
View File
@@ -1,12 +1,6 @@
``block``
=========
.. versionadded: 1.28
Using ``block`` with the ``defined`` test was added in Twig 1.28.
.. versionadded: 1.28
Support for the template argument was added in Twig 1.28.
When a template uses inheritance and if you want to print a block multiple
times, use the ``block`` function:
-3
View File
@@ -1,9 +1,6 @@
``with``
========
.. versionadded:: 1.28
The ``with`` tag was added in Twig 1.28.
Use the ``with`` tag to create a new inner scope. Variables set within this
scope are not visible outside of the scope: