> Use the user defined inclusion template tag or {% include %} standard > taghttp://www.djangoproject.com/documentation/templates_python/#inclusio...
@Alex: That's not what he was asking for. He wants to be able to have multiple blocks with the same name in a parent template and have them get the same replacement values from a child. The link was to a thread from 2005 about this. @Justin: The Django template system is deliberately weak. It is focused on the non-programming designer. There are a number of things that would "be nice" but which you can't do. But don't despair! Django couldn't care less what templating system you use. As long as a view returns an HttpResponse object, knock yourself out. Use a different template system for each of your views! Send out for pizza! What? Anyway, the Django templates are just one way of doing it. See http://www.djangosnippets.org/snippets/97/ for how to integrate the mako and genshi systems with Django. Good luck. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---