Files
pystache/examples/unescaped.py
2009-11-12 19:30:03 -08:00

8 lines
132 B
Python

import pystache
class Unescaped(pystache.View):
template_path = 'examples'
def title(self):
return "Bear > Shark"