2024-03-17 16:49:51 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="generator" content="pandoc" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
|
|
$if(description-meta)$
|
|
|
|
<meta name="description" content="$description-meta$" />
|
|
|
|
$endif$
|
2024-03-17 18:23:14 +01:00
|
|
|
<title>bavbavhaus.net/$title$</title>
|
|
|
|
<link rel="icon" href="favicon.svg" />
|
|
|
|
<link rel="stylesheet" href="css/style.css" />
|
2024-03-17 16:49:51 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
$if(sitemap)$
|
|
|
|
<article class="sitemap">
|
|
|
|
<nav id="sitemap">
|
|
|
|
<h1><a href="index.html#start">bavbavhaus.net</a></h1>
|
|
|
|
<ul>
|
|
|
|
$for(sitemap)$
|
|
|
|
<li>$sitemap$</li>
|
|
|
|
$endfor$
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</article>
|
|
|
|
$endif$
|
|
|
|
$for(backlinks)$
|
|
|
|
<article class="backlink">
|
|
|
|
$backlinks$
|
|
|
|
</article>
|
|
|
|
$endfor$
|
|
|
|
<article id="start">
|
|
|
|
$if(title)$
|
|
|
|
<h1><a href="$url$">$title$</a></h1>
|
|
|
|
$endif$
|
|
|
|
$if(toc)$
|
|
|
|
<nav>
|
|
|
|
$if(toc-title)$
|
|
|
|
<h2>$toc-title$</h2>
|
|
|
|
$endif$
|
|
|
|
$table-of-contents$
|
|
|
|
</nav>
|
|
|
|
$endif$
|
|
|
|
$body$
|
|
|
|
</article>
|
|
|
|
$for(forelinks)$
|
|
|
|
<article class="forelink">
|
|
|
|
$forelinks$
|
|
|
|
</article>
|
|
|
|
$endfor$
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|