Files
2009-11-12 19:28:49 -08:00

8 lines
130 B
Python

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