exchange/src/templating/test5/must3.mustache

18 lines
458 B
Plaintext
Raw Normal View History

must3.mustache == BEGIN
{{#repo}}
<b>{{name}}</b> reviewers:{{#who}} {{reviewer}}{{/who}} committers:{{#who}} {{committer}}{{/who}}
{{/repo}}
{{#person?}}
Hi {{name}}!
{{/person?}}
{{=%(% %)%=}}
=====================================
%(%! big comment %)%
%(%#repo%)%
<b>%(%name%)%</b> reviewers:%(%#who%)% %(%reviewer%)%%(%/who%)% committers:%(%#who%)% %(%committer%)%%(%/who%)%
%(%/repo%)%
=====================================
must3.mustache == END