Hi there,

I'd like to use Django's templating stuff in a project (stand alone).
But I have a strange requirement...  Which may be useful to others
too.  I was wondering if there's any way one could do it currently:

Usually, in a basic scenario, you can have, say, a basic template for
an entire site (call it A).  And each particular template for a page
you'd want to display (call it B) would inherit from that template and
override selected blocks.  (As I understand it.)

But this means that when you write B, you need to already know which
template it will extend.

I need something with that same functionality, but where I can (at run
time) state which template to "inherit from" (for lack of a better
word).

In other words, I'd like to write B before I have any knowledge about
which other template it's going to extend.  And, at run time I want to
sometimes use it "inside" A, and other times inside another, say C.

Is something like this possible?

Thanks
-i


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