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

13 lines
168 B
Plaintext
Raw Normal View History

2024-03-17 16:49:51 +01:00
$if(title)$
<h1><a href="$url$">$title$</a></h1>
$endif$
$if(toc)$
<nav>
$if(toc-title)$
<h2>$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$