aboutsummaryrefslogtreecommitdiff
path: root/templates/rst.template
blob: abca8d81abf4e57c054e882a74e4c634c5189463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$if(titleblock)$
$if(title)$
$title$

$endif$
$if(authors)$
$authors$
$endif$
$if(date)$
Date: $date$
$endif$

$endif$
$if(math)$
.. role:: math(raw)
   :format: html latex

$endif$
$if(toc)$
.. contents::

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

$endfor$
$body$