This commit is contained in:
Morten Delenk 2016-04-12 19:51:03 +02:00
parent 859f567bad
commit 54ec9528ec

View file

@ -1,6 +1,5 @@
from htmlgen import *
print("Content-type: text/html")
print()
print("Content-type: text/html\r\n\r\n")
html=htmlgen.HTMLgen(pagelayout.getLayoutXML().decode('utf-8'),"Home Page")
html.addArticle("Markdown test","*Hello, World!*")
print(html.renderSite())