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?