Template for html
This commit is contained in:
parent
b12417d575
commit
3af740f21a
12
templates/wiki.html5
Normal file
12
templates/wiki.html5
Normal 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$
|
Loading…
Reference in New Issue
Block a user