$if(title)$
# $title$

$endif$
$if(author)$
$for(author)$
$author$
$endfor$

$endif$
$if(date)$
$date$

$endif$
$for(header-includes)$
$header-includes$

$endfor$
$for(include-before)$
$include-before$

$endfor$
$body$
$for(include-after)$
$include-after$

$endfor$