Files
pystache/examples/simple.py
T
Chris Wanstrath 8de2493efc failing pizza test
2009-10-30 11:02:23 -07:00

8 lines
122 B
Python

import pystache
class Simple(pystache.View):
template_path = 'examples'
def thing(self):
return "pizza"