Files
pystache/examples/partials_with_lambdas.py

8 lines
165 B
Python

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