#!/usr/bin/python3 import cgi import cgitb cgitb.enable() form = open("master.html", "r").read() print("Content-type: text/html\n") print(form) print('Alle Posts!
') print('Alle Tags!')