I can think of instances where you would need multiple copies of a
given block. For instance, I am want to show a page counter (Page 1,
(2), 3, 4, 5, 6) both on top and bottom of my page. I had to use the {%
include %} tag twice to load it. Except, I realized I want my template
for both standard view and search result, and that got all too nasty.

So, I think if we could do something like
{% block foo %}
some html
{% endblock %}


{% PasteBlock foo %}

{% PasteBlock foo %}

That would be great.
Thanks,
Sia


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to