78 lines
1.7 KiB
HTML
78 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
||
|
||
<head>
|
||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" type="text/javascript"></script>
|
||
<link rel="stylesheet" type="text/css" href="/assets/style.css">
|
||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||
<a href="toc.html">index</a>
|
||
<meta charset="utf-8" />
|
||
$if(goatcounter)$
|
||
<script data-goatcounter="https://llcotp.goatcounter.com/count"
|
||
async src="//gc.zgo.at/count.js">
|
||
</script>
|
||
$endif$
|
||
<meta name="generator" content="pandoc" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||
$for(css)$
|
||
<link rel="stylesheet" href="$css$" />
|
||
$endfor$
|
||
$if(math)$
|
||
$math$
|
||
$endif$
|
||
$for(header-includes)$
|
||
$header-includes$
|
||
$endfor$
|
||
</head>
|
||
<div id="container">
|
||
|
||
$if(title)$
|
||
<header id="title-block-header">
|
||
<h1 class="title">$title$
|
||
</h1>
|
||
|
||
$if(subtitle)$
|
||
<h3>$subtitle$
|
||
</h3>
|
||
|
||
$endif$
|
||
</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$
|
||
</body>
|
||
<hr>
|
||
<footer>
|
||
source code:
|
||
<ul>
|
||
$for(sourcefile)$
|
||
<li>
|
||
<a href="https://github.com/jzck/llcotp/blob/master/${sourcefile}">${sourcefile}</a>
|
||
(<a href="https://github.com/jzck/llcotp/edit/master/${sourcefile}">edit</a>)
|
||
</li>
|
||
$endfor$
|
||
</ul>
|
||
</footer>
|
||
</div>
|
||
</html>
|