$if(title)$
$title$
$if(subtitle)$
$subtitle$
$endif$
$if(author)$
$for(author)$$author$$sep$
$endfor$
$endif$
$if(institute)$
$for(institute)$$institute$$sep$
$endfor$
$endif$
$if(date)$
$date$
$endif$
$endif$
$if(toc)$
$table-of-contents$
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$