Django template inheritance, no inheritance data, is there any good way?

wrote a blog, tags has to be loaded every page, so use template inheritance, inherited there is no data, is there any good way?

I can think of a global variable or decorator. Does Django have a better solution?

Feb.28,2021

django templates have include


you can use js to automatically load


in this case, you should consider the django custom template tag filter

.
Menu