def GET(self): web.header("Content-Type","text/html; charset=utf-8") render = web.template.render('static/') return render.index()