Tuesday, October 30, 2012

Re: Template Inheriting in Apache server

On Tue, Oct 30, 2012 at 1:37 AM, Pervez Mulla <mullapervez@gmail.com> 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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment