Re: Reusable django templates

2022-03-14 Thread Heman Okumbo
Can't customize individual templates:the templates inherit all the properties of the base template eg styling and content.I am not able to add custom content to the template that inherits from base template. On Sat, Mar 12, 2022, 21:37 Clive Bruton wrote: > > On 12 Mar 2022, at 17:43, Heman Oku

Re: Reusable django templates

2022-03-12 Thread Clive Bruton
On 12 Mar 2022, at 17:43, Heman Okumbo wrote: How comes I'm not able to modify my templates after extending from a base template.eg can't add extra contents,the template only display contents of the inherited template. Some code might help. It's not really clear to me what you are asking.