Files
pystache/examples/comments.py

8 lines
143 B
Python

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