llcotp.com/tools/paragraph-template.html
2024-05-31 14:31:06 +02:00

70 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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.svg">
<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>
<a href="https://github.com/jzck/llcotp">source code</a>
</footer>
</div>
</html>