Source code for pystache.tests.examples.delimiters


"""
TODO: add a docstring.

"""

[docs] class Delimiters(object):
[docs] def first(self): return "It worked the first time."
[docs] def second(self): return "And it worked the second time."
[docs] def third(self): return "Then, surprisingly, it worked the third time."