mirror of
https://github.com/kennethreitz-archive/pystache.git
synced 2026-06-05 23:40:16 +00:00
8 lines
165 B
Python
8 lines
165 B
Python
import pystache
|
|
from examples.lambdas import rot
|
|
|
|
class PartialsWithLambdas(pystache.View):
|
|
template_path = 'examples'
|
|
|
|
def rot(self):
|
|
return rot |