bavbavhaus.net/pandoc/templates/bavbavhaus.net.html5

54 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-03-17 16:49:51 +01:00
<!DOCTYPE html>
2024-03-19 02:08:36 +01:00
<html
2024-05-04 18:56:17 +02:00
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>
2024-05-04 18:56:17 +02:00
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes" />
2024-03-17 16:49:51 +01:00
$if(description-meta)$
2024-05-04 18:56:17 +02:00
<meta name="description" content="$description-meta$" />
2024-03-18 21:08:43 +01:00
$else$
2024-05-04 18:56:17 +02:00
<meta name="description" content="bavbavhaus.net" />
2024-03-17 16:49:51 +01:00
$endif$
2024-05-04 18:56:17 +02:00
<title>$pagetitle$, bavbavhaus.net</title>
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
2024-03-17 16:49:51 +01:00
</head>
2024-05-04 19:25:27 +02:00
<body$if(slug)$ id="$slug$"$endif$>
2024-03-17 16:49:51 +01:00
<main>
2024-05-04 19:25:27 +02:00
<article class="post head">
2024-05-16 23:13:00 +02:00
<header>
2024-05-21 00:52:25 +02:00
<h1><a href="$slug$.html">$pagetitle$</a></h1>
$if(description)$
<div class="description">
$description$
2024-05-17 15:26:37 +02:00
</div>
2024-05-04 18:56:17 +02:00
$endif$
2024-05-16 23:13:00 +02:00
</header>
$if(toc)$
<nav>
$if(toc-title)$
<h2>$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
2024-05-21 00:52:25 +02:00
$if(abstract)$
<div class="abstract">
<h2 class="abstract-title">$abstract-title$</h2>
$abstract$
</div>
$endif$
2024-05-16 23:13:00 +02:00
$body$
2024-05-04 18:56:17 +02:00
</article>
2024-05-17 15:26:37 +02:00
$for(parts)$
2024-05-04 18:56:17 +02:00
$it$
$endfor$
2024-03-17 16:49:51 +01:00
</main>
</body>
</html>