mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 00:56:12 +00:00
18 lines
220 B
Plaintext
18 lines
220 B
Plaintext
|
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
|