summaryrefslogtreecommitdiff
path: root/root/tags
blob: 748631e4a71079b87f62a3bd58a177904289f088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>tags</title>
</head>
<body>
<ol>
[% FOR tag IN tags %]
<li><a href="[% base _ 'tag/' _ tag.name %]">[% tag.name %]</a> ([% tag.how_many %])</li>
[% END %]
</ol>
</body>
</html>