PoorBooru/views/tags.tt

8 lines
143 B
Plaintext
Raw Normal View History

2023-02-18 15:47:32 +01:00
<h1>Tags</h1>
<p class="text-center">
[% FOREACH tag IN tags -%]
<a href="[% tag.uri %]">[% tag.name %] ([% tag.count %])</a>
[% END -%]
</p>