Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
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

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).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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