It seems like maybe I don't understand the question but it will extend
an infinite number of templates

Just add {% extends "base.html" %} into every template you want to
extend.

You can even do {% extends "derived.html" %} which extends base.html

On Feb 24, 8:41 am, lzhshen <lzhs...@gmail.com> wrote:
> Suppose I have base template called "base.html", can it extend more
> then two other template, such as "a01.html" and "a02.html"?
>
> Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to