diff options
Diffstat (limited to 'project/templates/base_math.html')
-rw-r--r-- | project/templates/base_math.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/base_math.html b/project/templates/base_math.html index bb1e6e5..025968c 100644 --- a/project/templates/base_math.html +++ b/project/templates/base_math.html @@ -8,8 +8,8 @@ <title>{% block title %}{% endblock %}</title> <link href="/favicon.ico" rel="icon" type="image/x-icon" /> <link href="/css/default.css" rel="stylesheet" /> - {% block style %} - {% endblock %} +{%- block style -%} +{%- endblock -%} </head> <body> <div class="white"> @@ -26,8 +26,8 @@ </div> <hr /> <div class="article"> - {% block content %} - {% endblock %} +{% block content -%} +{%- endblock %} </div> <hr /> </div> |