2024-03-17 16:49:51 +01:00
|
|
|
<!DOCTYPE html>
|
2024-03-19 02:08:36 +01:00
|
|
|
<html
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
lang="$if(lang)$$lang$$else$sl$endif$"
|
|
|
|
xml:lang="$if(lang)$$lang$$else$sl$endif$"
|
|
|
|
$if(dir)$ dir="$dir$"$endif$>
|
2024-03-17 16:49:51 +01:00
|
|
|
<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$" />
|
2024-03-18 21:08:43 +01:00
|
|
|
$else$
|
|
|
|
<meta name="description" content="bavbavhaus.net" />
|
2024-03-17 16:49:51 +01:00
|
|
|
$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)$
|
2024-03-18 21:08:43 +01:00
|
|
|
<article>
|
|
|
|
<nav class="sitemap">
|
2024-03-19 02:08:36 +01:00
|
|
|
<h1><a href="/">bavbavhaus.net</a></h1>
|
2024-03-17 16:49:51 +01:00
|
|
|
<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)$
|
2024-03-18 21:08:43 +01:00
|
|
|
<nav class="toc">
|
2024-03-17 16:49:51 +01:00
|
|
|
$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>
|