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

class UnicodeInput(pystache.View):
    template_path = 'examples'
    template_encoding = 'utf8'

    def age(self):
        return 156