Change - Include

Created on Jan. 24, 2013, 1:14 p.m. by Hevok & updated on Jan. 24, 2013, 1:14 p.m. by Hevok

{% include %} enables to re-use common view code in templates. For instance, to display a list of books:

{% include "book_list.html" with books="auth.book_set.all %}
Categories: reST

Comment: Updated entry

Comment on This Data Unit