namespaces.html 248 B

12345678910111213141516
  1. {% load sekizai_tags %}
  2. {% render_block "one" %}
  3. {% render_block "two" %}
  4. {% addtoblock "one" %}
  5. the same file
  6. {% endaddtoblock %}
  7. {% addtoblock "two" %}
  8. the same file
  9. {% endaddtoblock %}
  10. {% addtoblock "one" %}
  11. the same file
  12. {% endaddtoblock %}