Обновление

This commit is contained in:
2023-02-20 18:01:31 +03:00
parent 7df8065781
commit f511ac60ba
13 changed files with 650 additions and 4 deletions

18
templates/wiki.html Normal file
View File

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