Files
2009-11-12 19:22:51 -08:00

8 lines
137 B
Python

import pystache
class Comments(pystache.View):
template_path = 'examples'
def title(self):
return "A Comedy of Errors"