Commit a6064355 by Chris Jerdonek

Comments example no longer inherits from CustomizedTemplate.

parent 9d082532
from pystache import CustomizedTemplate
class Comments(CustomizedTemplate):
template_path = 'examples'
class Comments(object):
def title(self):
return "A Comedy of Errors"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment