nevereverever.de/pandoc/ansi-template

633 B

$if(titleblock)$
$titleblock$
 
$endif$
$for(header-includes)$
$header-includes$
 
$endfor$
$for(include-before)$
$include-before$
 
$endfor$
$if(toc)$
$table-of-contents$
 
$endif$
$body$
$if(articles)$
 
ARTICLES
 
$for(articles)$
$if(articles.title)$
$articles.title$$if(articles.filename)$ ($articles.filename$)$endif$
$endif$
$if(articles.summary)$
$articles.summary$
$endif$
$if(articles.author)$ $articles.author$$endif$$if(articles.date)$ - $articles.date$$endif$
 
$endfor$
$endif$
$for(include-after)$
 
$include-after$
$endfor$