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

43 lines
988 B
Plaintext
Raw Normal View History

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-04-12 22:30:16 +02:00
<title>bavbavhaus.net/$pagetitle$</title>
2024-03-17 18:23:14 +01:00
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
2024-03-17 16:49:51 +01:00
</head>
2024-04-22 14:52:02 +02:00
<body>
2024-03-17 16:49:51 +01:00
<main>
2024-04-22 14:52:02 +02:00
<article>
2024-04-12 22:30:16 +02:00
${ bavbavhaus.net.inline.html5() }
2024-03-17 16:49:51 +01:00
</article>
2024-04-12 22:30:16 +02:00
$for(nextlinks)$
<article class="nextlink">
$it$
2024-03-17 16:49:51 +01:00
</article>
$endfor$
2024-04-22 14:52:02 +02:00
$if(sitemap)$
<nav class="sitemap">
2024-04-22 23:44:54 +02:00
<h1><a href="/">bavbavhaus.net</a></h1>
2024-04-22 14:52:02 +02:00
<ul>
2024-04-22 23:44:54 +02:00
$for(sitemap)$
<li>$it$</li>
$endfor$
2024-04-22 14:52:02 +02:00
</ul>
</nav>
$endif$
2024-03-17 16:49:51 +01:00
</main>
</body>
</html>