mirror of
https://github.com/kennethreitz-archive/pystache.git
synced 2026-06-05 23:40:16 +00:00
9 lines
153 B
Python
9 lines
153 B
Python
import pystache
|
|
|
|
class UnicodeInput(pystache.View):
|
|
template_path = 'examples'
|
|
template_encoding = 'utf8'
|
|
|
|
def age(self):
|
|
return 156
|