Re: Template Inheriting in Apache server

2012-10-30 Thread Bill Freeman
On Tue, Oct 30, 2012 at 1:37 AM, Pervez Mulla  wrote:
> Hi,
>
> Sorry for this question in this group .I Just wanted to know is there any
> way , I can Inherit different HTML templates from base.html as we do in
> Django framework in Apache2 server?
>
> Thank You
> Pervez

It's a different style, and less capable, but look for documentation
on server side
includes (SSI).   And it's not inheritance, but more like django's
include template
tag.

Bill

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



Template Inheriting in Apache server

2012-10-29 Thread Pervez Mulla
Hi,

Sorry for this question in this group .I Just wanted to know is there any
way , I can Inherit different HTML templates from base.html as we do in
Django framework in Apache2 server?

Thank You
Pervez

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