15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
<h1>{header}</h1>
|
|
{?items}
|
|
<ul>
|
|
{#items}
|
|
{#current}
|
|
<li><strong>{name}</strong></li>
|
|
{:else}
|
|
<li><a href="{url}">{name}</a></li>
|
|
{/current}
|
|
{/items}
|
|
</ul>
|
|
{:else}
|
|
<p>The list is empty.</p>
|
|
{/items}
|