Files
pystache/examples/unescaped.py

8 lines
138 B
Python

import pystache
class Unescaped(pystache.View):
template_path = 'examples'
def title(self, text):
return "Bear > Shark"