Files
pystache/examples/unicode_output.py

10 lines
164 B
Python

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