1
0
mirror of https://github.com/MatMoul/dokytree.git synced 2025-01-14 00:25:22 +00:00
dokytree/samples/it_v2/templates/softwares.pug

15 lines
235 B
Plaintext

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