Let me add the reason for my question.  The code posted first doesn't
work.
The "block body" is not being replaced.

But the following works fine (remove the ifequal/else/endifequal and
the Dijit.html template (which might also have a duplicate "block
body".

  {% include "baseMainIncludeSimpleHead.html" %}
  {% include "baseMainIncludeSimpleBody1.html" %}
  <br/>StartBodyBlock<br/>
  {%block body%}
  Default Block Body
  {%endblock%}
  <br/>EndBodyBlock<br/>
  {% include "baseMainIncludeSimpleBody2.html" %}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to