Files
pystache/examples/nested_context.mustache
T
2010-05-14 10:11:45 -07:00

2 lines
86 B
Plaintext

{{#foo}}{{thing1}} and {{thing2}} and {{outer_thing}}{{/foo}}{{^foo}}Not foo!{{/foo}}