[Twig] Add a note about multiple inheritance (use tag)

This commit is contained in:
Victor Berchet
2012-01-06 09:18:08 +01:00
parent e74205e21e
commit 28b9b7ba44
+6
View File
@@ -343,6 +343,12 @@ parent block:
more advanced features like block nesting, scope, dynamic inheritance, and
conditional inheritance.
.. note::
Twig also supports multiple inheritance with the so called horizontal reuse
with the help of the :doc:`use<tags/use>` tag. This is an advanced feature
hardly ever needed in regular templates.
HTML Escaping
-------------