summaryrefslogtreecommitdiff
path: root/examples/partials_with_lambdas.py
blob: 4c3ee975eb1ce12a4581dc8c796b1623e9a944c7 (plain)
1
2
3
4
5
6
7
8
import pystache
from examples.lambdas import rot

class PartialsWithLambdas(pystache.View):
    template_path = 'examples'
    
    def rot(self):
        return rot