diff options
Diffstat (limited to 'templates/rst.template')
-rw-r--r-- | templates/rst.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/rst.template b/templates/rst.template index b4c3e2733..f09bdd8b9 100644 --- a/templates/rst.template +++ b/templates/rst.template @@ -20,6 +20,10 @@ $if(math)$ :format: html latex $endif$ +$for(include-before)$ +$include-before$ + +$endfor$ $if(toc)$ .. contents:: @@ -29,3 +33,7 @@ $header-includes$ $endfor$ $body$ +$for(include-after)$ + +$include-after$ +$endfor$ |