Files
pystache/examples/simple.py
T
2009-10-30 11:01:25 -07:00

8 lines
122 B
Python

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