Files
pystache/examples/double_section.py
2009-11-12 19:26:09 -08:00

11 lines
166 B
Python

import pystache
class DoubleSection(pystache.View):
template_path = 'examples'
def t(self):
return True
def two(self):
return "second"