aboutsummaryrefslogtreecommitdiff
path: root/templates/rst.template
blob: 38e9691d30ab54424b9b4dc80a1ade192d2f3a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$if(titleblock)$
$titleblock$

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

$endif$
$if(header-includes)$
$header-includes$

$endif$
$body$