diff options
Diffstat (limited to 'templates/html.template')
-rw-r--r-- | templates/html.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/html.template b/templates/html.template index 7f1bd17db..8d1fafd36 100644 --- a/templates/html.template +++ b/templates/html.template @@ -44,9 +44,15 @@ $endif$ $if(title)$ <h1 class="title">$title$</h1> $endif$ +$for(include-before)$ +$include-before$ +$endfor$ $if(toc)$ $toc$ $endif$ $body$ +$for(include-after)$ +$include-after$ +$endfor$ </body> </html> |