Files
pystache/examples/unicode_input.py
2010-02-09 18:35:30 +08:00

9 lines
153 B
Python

import pystache
class UnicodeInput(pystache.View):
template_path = 'examples'
template_encoding = 'utf8'
def age(self):
return 156