Refactor project template files to make them more customizable and allow for reuse, addressing limitations in the current base.html file structure.
In almost all of the template files we use in the project, inherit base.html file and builds the content on top of this file. However, this file is not customizable. We cannot reuse some of the parts. The task is to refactor the template in such a way that the other parts are reusable.
Test agreement empty template