HTMLgen med templates - AutoTemplateDocument Samma fil kan användas som både template och utfil. Exempelkod, samma infil som tidigare: from HTMLgen import * AT = AutoTemplateDocument("foo.tmpl.html") AT.substitutions["foo"] = "Våld och vaselin" AT.write("foo.html") foo.html ser nu ut såhär: