up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

67% accept rate
What is the question? – txwikinger Aug 20 '09 at 16:09
Is there such tags already developed? – dynback.com Aug 20 '09 at 16:24
feedback

2 Answers

Currently, you can't mix override {% block %} tags that came from an {% include %} in the base template.

If #6646 gets committed, you'll be able to do this (for static {% include %} tags at least).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.