diff options
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template index fd3c215..6ef1fe0 100644 --- a/templates/outline.html.template +++ b/templates/outline.html.template @@ -6,5 +6,7 @@ {{template "head" .}} </head> - <body>{{template "body" .}}</body> + <body> + {{template "body" .}} + </body> </html> |
