this code is get the templates/blog1/page.html in b.py:
path = os.path.join(os.path.dirname(__file__), os.path.join(\'templates\', \'blog1/page.html\'))
May be join two .. folder, to get parent of the parent folder?
..
path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),"..",".."))