Files
pystache/examples/escaped.py
T

8 lines
136 B
Python

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