PoorBooru/views/tags.tt

6 lines
128 B
Plaintext
Raw Normal View History

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