summaryrefslogtreecommitdiff
path: root/root/tags
blob: 888f50ef5731a26f01f4cf7fd151839b90fb08fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>tags</title>
</head>
<body>
<ol>
[% FOR tag IN tags %]
<li><a href="[% href.to_tag(tag) %]">[% tag.name %]</a> ([% tag.how_many %])</li>
[% END %]
</ol>
</body>
</html>