dokytree/samples/it_v1/templates/softwares.pug

15 lines
235 B
Plaintext
Raw Normal View History

2023-03-08 23:38:30 +00:00
div#HEADFILES
table
thead
th Name
th Publisher
th Licenses
each software in node.items
tr
td
a(href=software.url)=software.data.name
td=software.data.publisher
td=software.data.licenses
div#FILES
div#FOOTFILES