thoughts/src/pandoc.tpl

34 lines
380 B
Smarty

$for(include-before)$
$include-before$
$endfor$
$if(toc)$
$toc$
$endif$
<article>
$body$
$if(tags)$
<section class="tags" aria-label="Tags">
<h2>Tags</h2>
<ul class="tags">
$for(tags)$
<li>$tags$</li>
$endfor$
</ul>
</section>
$endif$
</article>
<style>
/* pandoc-generated */
$highlighting-css$
</style>
$for(include-after)$
$include-after$
$endfor$