llcotp.com/tools/paragraph-template.html
2022-12-15 23:38:04 +01:00

61 lines
1.3 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$>
<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="../style.css">
<head>
<a href="index.html">index</a>
<meta charset="utf-8" />
<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>
<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">
$if(title)$
<header id="title-block-header">
<h1 class="title"; style="text-align:left;float:left">$title$
</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>