2020-08-18 03:35:36 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang=$lang$$if(dir)$ dir=$dir$$endif$>
|
|
|
|
<meta charset=utf-8>
|
|
|
|
|
2020-08-18 04:33:25 -04:00
|
|
|
<link rel=stylesheet href=/style/page.css>
|
2020-08-18 03:35:36 -04:00
|
|
|
$for(css)$
|
|
|
|
<link rel=stylesheet href=/style/$css$>
|
|
|
|
$endfor$
|
|
|
|
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
|
|
|
|
|
|
<title>$pagetitle$</title>
|
|
|
|
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
|
|
|
|
|
|
|
$if(title)$
|
|
|
|
<header>
|
|
|
|
<h1 class="title">$title$</h1>
|
|
|
|
$if(subtitle)$
|
|
|
|
<h2 class="subtitle">$subtitle$</h2>
|
|
|
|
$endif$
|
|
|
|
</header>
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$if(toc)$
|
|
|
|
<nav id="$idprefix$TOC">
|
|
|
|
<h2>Contents</h2>
|
|
|
|
$table-of-contents$
|
|
|
|
</nav>
|
|
|
|
$endif$
|
|
|
|
|
2020-08-18 04:33:25 -04:00
|
|
|
<main>
|
2020-08-18 03:35:36 -04:00
|
|
|
$body$
|
2020-08-18 04:33:25 -04:00
|
|
|
</main>
|
2020-08-18 03:35:36 -04:00
|
|
|
|
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|