File: mod_no_encoding.py

package info (click to toggle)
mako 1.2.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,412 kB
  • sloc: python: 11,839; makefile: 130; sh: 17
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
from mako.lookup import TemplateLookup

template_lookup = TemplateLookup()


def run():
    tpl = template_lookup.get_template("not_found.html")