mirror of
https://github.com/kennethreitz-archive/pystache.git
synced 2026-06-05 23:40:16 +00:00
8 lines
130 B
Python
8 lines
130 B
Python
import pystache
|
|
|
|
class Escaped(pystache.View):
|
|
template_path = 'examples'
|
|
|
|
def title(self):
|
|
return "Bear > Shark"
|