dokytree/samples/it_v2/templates/ms365users.pug

18 lines
220 B
Plaintext
Raw Permalink Normal View History

2024-10-31 17:34:57 +00:00
div#HEADFILES
table
thead
th Name
th E-Mail
th Password
th License
each itm in node.items
tr
td=itm.data.name
td=itm.data.email
td=itm.data.password
td=itm.data.license
div#FILES
div#FOOTFILES