aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/rst.template43
1 files changed, 9 insertions, 34 deletions
diff --git a/templates/rst.template b/templates/rst.template
index a939719ea..38e9691d3 100644
--- a/templates/rst.template
+++ b/templates/rst.template
@@ -1,39 +1,14 @@
-===============
-:math:`$title$`
-===============
-
-:Author: $authors$
-:Date: $date$
-
-.. contents::
-
-$header-includes$
+$if(titleblock)$
+$titleblock$
+$endif$
+$if(math)$
.. role:: math(raw)
:format: html latex
-section oen
-===========
-
-
-1. one
-
- a. two
-
- iii. three
-
-
-
-::
-
- hi
-
-footnote [1]_
-
-.. [1]
- with code
-
- ::
-
- code
+$endif$
+$if(header-includes)$
+$header-includes$
+$endif$
+$body$