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

51 lines
1.0 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-09-08 02:44:50 +02:00
<meta charset="utf-8">
<meta name="generator" content="pandoc">
2024-05-04 18:56:17 +02:00
<meta name="viewport"
2024-09-08 02:44:50 +02:00
content="width=device-width, initial-scale=1.0, user-scalable=yes">
2024-03-17 16:49:51 +01:00
$if(description-meta)$
2024-09-08 02:44:50 +02:00
<meta name="description" content="$description-meta$">
2024-03-18 21:08:43 +01:00
$else$
2024-09-08 02:44:50 +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>
2024-09-08 02:53:18 +02:00
<link rel="icon" href="favicon.svg">
2024-09-08 02:44:50 +02:00
<link rel="stylesheet" media="screen" href="css/style.css">
2024-03-17 16:49:51 +01:00
</head>
2024-09-08 02:44:50 +02:00
<body>
2024-03-17 16:49:51 +01:00
<main>
2024-09-08 02:44:50 +02:00
<article>
2024-05-16 23:13:00 +02:00
<header>
2024-09-08 02:44:50 +02:00
<h1><a href="index.html">bavbavhaus.net</a>/$pagetitle$</h1>
</header>
2024-05-21 00:52:25 +02:00
$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
$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-03-17 16:49:51 +01:00
</main>
</body>
</html>