hi,

is there a way to extend a template with the same name, but in another
template loader ?
more specific.. it would be nice if i could customize only specific
blocks of templates by simply adding a new template loader (or another
template directory) and creating a file with the same name as the
original template..

this way an application writer wouldn't have to worry about creating
customization layers for the templates..
just to create enough blocks.
the only way i know would be to create two files for every template..
like 'base.html' and 'base_customized.html' .. where the _customized
version only contains the {% extends .. %} statement so it can be
overloaded... but this makes the whole thing much more verbose and
possibly slower (?)

any thoughts ?

thanks & cu,
  herbert poul
  http://sct.sphene.net/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to