We know about “extend” inheritance tag and inclusion tags. What about the combination of it, like an asp.net grid templates.
Like this:
{% template %}
{% content top %}some html{% endcontent %}
{% content bottom %}some html{% endcontent %}
{% endtemplate %}
UPD:
Is there such tags already developed?
The answer:
http://code.google.com/p/django-tag-include/
http://blog.dynback.com/index.php/2009/08/django/django-inheritance-include-tag/