Files
pystache/examples/unicode_output.py

10 lines
158 B
Python

# encoding: utf-8
import pystache
class UnicodeOutput(pystache.View):
template_path = 'examples'
def name(self):
return u'Henri Poincaré'