How do I make a include
or open a python page in another, for example in php :
include 'content/filename.php';
Load the Html it loads the file .py
no,
I already tried the command open
fp = open('content/header.py')
html = fp.read()
fp.close()