While setting up my project and working to keep apps non-dependent, I\'ve hit a snag. I\'d like all of the templates from the different apps to have a consistent header and foot
While you can certainly do that by using the include tag and specifying absolute paths, the proper way to work in Django is by using Template inheritance.