17 lines
227 B
Plaintext
17 lines
227 B
Plaintext
|
<h1>{{header}}</h1>
|
||
|
{{#bug}}
|
||
|
{{/bug}}
|
||
|
|
||
|
{{#items}}
|
||
|
{{#first}}
|
||
|
<li><strong>{{name}}</strong></li>
|
||
|
{{/first}}
|
||
|
{{#link}}
|
||
|
<li><a href="{{url}}">{{name}}</a></li>
|
||
|
{{/link}}
|
||
|
{{/items}}
|
||
|
|
||
|
{{#empty}}
|
||
|
<p>The list is empty.</p>
|
||
|
{{/empty}}
|