Hi,

I saw in Django framework , in there we can inherit the templates from common base.html.

In base.html all the common things are defined , And in other templates content of the pages are changed .

I just want define all common div's like header , footet and nav in base.html and extend this base.html in other pages with different content in page .

Thank You

Member Avatar for LastMitch

I just want define all common div's like header , footet and nav in base.html and extend this base.html in other pages with different content in page .

Read the doc from Django framework:

https://docs.djangoproject.com/en/dev/topics/templates/

It's no differenes if you are using Smarty template or RainTPL template.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.