dokytree/samples/it_v1/templates/ms365admins.pug

14 lines
148 B
Plaintext
Raw Normal View History

2023-03-08 23:38:30 +00:00
div#HEADFILES
table
thead
th Account
2024-04-27 21:27:29 +00:00
th Notes
2023-03-08 23:38:30 +00:00
each itm in node.items
tr
td=itm.data.name
2024-04-27 21:27:29 +00:00
td=itm.data.notes
2023-03-08 23:38:30 +00:00
div#FILES
div#FOOTFILES