$-- head ${../components/head.html()} $-- JSON-LD ${if(header-includes)} $for(header-includes)$ $header-includes$ $endfor$ ${endif} $-- top-of-the-page includes $-------------------------------------------------------------------- $for(include-before)$ $include-before$ $endfor$
${../components/site-nav.html()} $if(top)$ $-- si top est true, cela signifie que je veux la navigation supérieure $-- donc pas top au sens de couverture, mais au sens de en-haut $-- only print title block if this is NOT the top page $else$ $--${../components/metadata.html()}

$title$

$if(subtitle)$

$subtitle$

$endif$ $if(author)$

$if(author.url)$ ${author.full} $else$ $author$ $endif$

$endif$ $if(date)$

$endif$ $if(abstract)$
$abstract-title$

$abstract$

$endif$
$endif$
$if(toc)$

${toc-title}

$table-of-contents$
$endif$ ${if(top)} ${../components/toc-nav.html()} ${endif}
$body$
$if(return-url)$ $endif$ $for(include-after)$ $include-after$ $endfor$