summaryrefslogtreecommitdiff
path: root/src/templating/test5/must3.mustache
blob: 821aaac334636a5329e66dcdc4306a29f14c2fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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