header.header
div.header-left
img!.logo [src](./doc/logo.svg)
h1 "smallDom.js"
div.header-right
template(docbutton)
a [data-core-button] [href](./doc/) "Documentation"
a [data-core-icon] [href](https://github.com/enzoaicardi/smalldom) +svg.git +use [xlink:href](#icon-github)
main.main
h2 "Ecrivez en " +span "HTML" br! -"simplement."
div.demo
div.before
div.num
div.content [data-highlight]
div.after
div.num
div.content [data-highlight]
p.desc {smallDom.js permet d’écrire du code HTML plus compact et lisible, sans altérer la structure du document. Il permet donc un code plus maintenable, et s’exporte dans un HTML minifié (sans espaces, retours chariot et commentaires).}
include(docbutton)