diff --git a/templates.py b/templates.py index e0edb19..89dadd7 100644 --- a/templates.py +++ b/templates.py @@ -46,13 +46,13 @@ def _nav_html(): "
\n" ) -DEFAULT_TEMPLATE = "\n\n\n\n" + FORUM_CSS + "\n\n{{nav}}{{content}}\n\n" +DEFAULT_TEMPLATE = "\n\n\n\n\n\n{{nav}}{{content}}\n\n" def _default_template(): return ( '\n\n\n\n' - + FORUM_CSS + '\n\n{{nav}}{{content}}\n\n' + '\n\n{{nav}}{{content}}\n\n' )