blob: 2ba67461059dda3a479d222a028e771fbc8d5b8d [file] [log] [blame]
from mako.lookup import TemplateLookup
from mako.exceptions import MakoException, html_error_template
template_lookup = TemplateLookup()
def run():
tpl = template_lookup.get_template('not_found.html')