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

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

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