Add tag list

This commit is contained in:
Cadence Ember 2025-04-02 17:47:02 +13:00
parent 4744a22ef6
commit c4e67c119e
3 changed files with 18 additions and 3 deletions

16
pug/tag_list.pug Normal file
View file

@ -0,0 +1,16 @@
extends includes/layout.pug
block view
.mx-auto.w100.wmx11.fs-body1#content
.s-table-container
table.s-table.s-table__bx
thead
th Tag
th Labels
th Albums
tbody
each item in items
tr
td= item.tag
td= item.labels
td= item.albums