mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 17:16:11 +00:00
20 lines
505 B
Markdown
20 lines
505 B
Markdown
|
``` pug
|
||
|
div#HEADFILES // Headfiles container
|
||
|
// Your pugjs code
|
||
|
div#FILES // Files container
|
||
|
// Your pugjs code
|
||
|
div#FOOTFILES // Footfiles container
|
||
|
```
|
||
|
|
||
|
### Informations
|
||
|
|
||
|
pugjs documentation can be found here :
|
||
|
[https://pugjs.org/](https://pugjs.org/)
|
||
|
|
||
|
When you use pugjs with dokytree, you have some additional objets :
|
||
|
```
|
||
|
doc // The document root node
|
||
|
node // The current node
|
||
|
compareIP // A helper to sort IP v4
|
||
|
```
|