• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1from mako.lookup import TemplateLookup
2
3template_lookup = TemplateLookup()
4
5
6def run():
7    tpl = template_lookup.get_template("not_found.html")
8