2017-02-20 20:52:00 +01:00
|
|
|
$if(titleblock)$
|
2018-11-03 20:01:29 +01:00
|
|
|
= $title$
|
2017-02-20 20:52:00 +01:00
|
|
|
$if(author)$
|
|
|
|
$for(author)$$author$$sep$; $endfor$
|
|
|
|
$endif$
|
|
|
|
$if(date)$
|
|
|
|
$date$
|
|
|
|
$endif$
|
|
|
|
$if(keywords)$
|
|
|
|
:keywords: $for(keywords)$$keywords$$sep$, $endfor$
|
|
|
|
$endif$
|
2018-11-19 21:02:00 +01:00
|
|
|
$if(lang)$
|
|
|
|
:lang: $lang$
|
|
|
|
$endif$
|
2017-02-20 20:52:00 +01:00
|
|
|
$if(toc)$
|
|
|
|
:toc:
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$if(abstract)$
|
|
|
|
[abstract]
|
|
|
|
== Abstract
|
|
|
|
$abstract$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
$body$
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|