Files
Mustache/test/fixtures/examples/inverted_section/inverted_section.mustache
T

6 lines
75 B
Plaintext

{{#repo}}
<b>{{name}}</b>
{{/repo}}
{{^repo}}
No repos :(
{{/repo}}