aboutsummaryrefslogtreecommitdiff
path: root/simple-entry-list.st
blob: cf77cedd7a1fe2e835b07c3e7c24d681bd6a0b19 (plain)
1
2
3
4
5
6
7
8
9
$header(title="$feed_name$")$

<ul>
$entries:{entry |
  <li><a href="$entry.link$">$entry.title$</a></li>
}$
</ul>

$footer()$