How to ignore a Block to be include in other template?

Viewed 8

I have two templates in my django project which have different bootstrap version and styling. I am including one template to other but don't want them to interfere with each others cdns/links which i have put inside a block called links. So is there any way to ignore the links block in includes tab?

0 Answers
Related