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

16 lines
240 B
Plaintext
Raw Normal View History

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