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

20 lines
295 B
Plaintext
Raw Normal View History

2024-05-16 23:13:00 +02:00
<article$if(slug)$ id="$slug$"$endif$ class="post tail">
2024-05-04 18:56:17 +02:00
<header>
<h1><a href="$url$">$pagetitle$</a></h1>
$if(abstract)$
2024-05-17 15:26:37 +02:00
<div class="abstract">
2024-05-04 18:56:17 +02:00
$abstract$
2024-05-17 15:26:37 +02:00
</div>
2024-05-04 18:56:17 +02:00
$endif$
</header>
$if(toc)$
<nav>
$if(toc-title)$
<h2>$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$
2024-05-16 23:13:00 +02:00
</article>