Re: using extends more than once

2018-09-06 Thread Andréas Kühne
Short answer: You can't - at least not with extends. Extends is for one base template to be used for all default things you need on a HTML template. Long answer: You can include templates in another template. If you have one template and you need to include other templates in that template then yo

using extends more than once

2018-09-05 Thread Rootz
Can a child template have more than one parent template? I am using the the latest release for Django and I have several template to include in the one template file. How can I do so using template inheritance (using the default django template api) ? -- You received this message because you a