dokytree/samples/doc_v1/doc/structure/06_template.pug/_index.01.md

20 lines
505 B
Markdown
Raw Normal View History

2023-03-08 23:38:30 +00:00
``` 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
```