dokytree/samples/it_v1/templates/webdomains.pug

19 lines
247 B
Plaintext
Raw Permalink Normal View History

2024-04-27 21:27:29 +00:00
div#HEADFILES
table
thead
th Name
th Notes
each itm in node.items
tr
td=itm.data.name
td=itm.data.notes
if itm.data.aliases
each alias in itm.data.aliases
tr
td=alias.name
td=alias.notes
div#FILES
div#FOOTFILES