summaryrefslogtreecommitdiff
path: root/examples/comments.py
blob: 1d2ed0b1ccec2511219fdb0a2984669c99569d13 (plain)
1
2
3
4
5
6
7
import pystache

class Comments(pystache.View):
    template_path = 'examples'

    def title(self):
        return "A Comedy of Errors"