summaryrefslogtreecommitdiff
path: root/examples/unicode_input.py
blob: 2c10fcb3c155509e6fbbc52a6999bfe06e1904a2 (plain)
1
2
3
4
5
6
7
8
from pystache import TemplateSpec

class UnicodeInput(TemplateSpec):

    template_encoding = 'utf8'

    def age(self):
        return 156