Template for html

This commit is contained in:
Andrei Astafev 2019-04-25 14:58:44 +03:00
parent b12417d575
commit 3af740f21a

12
templates/wiki.html5 Normal file
View File

@ -0,0 +1,12 @@
$for(include-before)$
$include-before$
$endfor$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
$table-of-contents$
</nav>
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$