mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-24 16:46:11 +00:00
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
|
div#HEADFILES
|
||
|
|
||
|
each dom in node.items
|
||
|
h3=dom.data.name
|
||
|
table
|
||
|
each usergroup in dom.data.usergroups
|
||
|
tr
|
||
|
td=usergroup.name
|
||
|
|
||
|
div#FILES
|
||
|
div#FOOTFILES
|