In Django while making templates, I created a master template where I used 3 template block tags and 2 different html files for extending (using extends template tag) and code for them. only one html code is added to master template, the other one is not added. Can we simultaneously extend a template in multiple templates?
I was trying to make 2 files that extends a master template. but only one template's code is being added when I see in 'view source code'.