60
60
ctx = genshi.template.Context()
61
61
ctx['windowpane'] = windowpane
64
65
loader = genshi.template.TemplateLoader(".", auto_reload=True)
65
66
tmpl = loader.load(util.make_local_path("plugins/console/template.html"))
66
67
#TODO: Make the dispatch render this