Hello,
I need to have just one base.html template shared between all apps. What I’m thinking now is to have a “templates” folder under project, and put the base.html inside that.
For each app I’ll follow the standard method (appname/templates/appname).
But I don’t know how to put that into work.