Observium_CE/tests/templates/inverted_section/inverted_section.mustache

6 lines
75 B
Plaintext

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