Add tag list
This commit is contained in:
parent
4744a22ef6
commit
c4e67c119e
3 changed files with 18 additions and 3 deletions
16
pug/tag_list.pug
Normal file
16
pug/tag_list.pug
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue