77 lines
1.6 KiB
HTML
77 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" type="text/javascript"></script>
|
||
$if(prod)$
|
||
$endif$
|
||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="generator" content="pandoc" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||
$for(author-meta)$
|
||
<meta name="author" content="$author-meta$" />
|
||
$endfor$
|
||
$if(date-meta)$
|
||
<meta name="dcterms.date" content="$date-meta$" />
|
||
$endif$
|
||
$if(keywords)$
|
||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||
$endif$
|
||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||
<style>
|
||
$styles.html()$
|
||
</style>
|
||
$for(css)$
|
||
<link rel="stylesheet" href="$css$" />
|
||
$endfor$
|
||
$if(math)$
|
||
$math$
|
||
$endif$
|
||
$for(header-includes)$
|
||
$header-includes$
|
||
$endfor$
|
||
</head>
|
||
<div id="container">
|
||
<body class="_$type$">
|
||
|
||
$if(title)$
|
||
<header id="title-block-header">
|
||
<h1 class="title"; style="text-align:left;float:left">$title$
|
||
|
||
$if(type)$
|
||
<h5 style="text-align:right;float:right">$type$</h5>
|
||
$endif$
|
||
|
||
</h1>
|
||
|
||
</header>
|
||
<hr style="clear:both;"/>
|
||
$endif$
|
||
|
||
$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$
|
||
|
||
$if(sources)$
|
||
<hr>
|
||
<h3 class="sources">Sources</h3>
|
||
<ul>
|
||
$for(sources)$
|
||
<li>$sources$</li>
|
||
$endfor$
|
||
</ul>
|
||
$endif$
|
||
<hr>
|
||
<a href=>previous par</a>
|
||
<a href=>next par</a>
|
||
</body>
|
||
</div>
|
||
</html>
|