View - Shtml New

from ssi_html import SSIParser with open('page.shtml') as f: print(SSIParser().parse(f.read(), base_dir='.'))