summaryrefslogtreecommitdiff
path: root/root/links
blob: 57aed0ac674d8bdd85001978c7bb02dfe1190452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>links</title>
</head>
<body>
<p>Tag: [% tag.name %] ( [% tag.descr %] )</p>
<ol>
[% FOR link IN links %]
<li><img src="[% base _ 'icon?link=' _ link.pk %]" /> <a href="[% link.url %]">»[% link.title %]«</a></li>
[% END %]
</ol>
</body>
</html>