blob: 085867f9510e48fc926650b3e6fbbe62547afbc6 [file] [log] [blame]
def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = "<img>foo"
return headers, content