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

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

    def title(self):
        return "Bear > Shark"