summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index a682b86..7282f57 100644
--- a/project/templates/base.html
+++ b/project/templates/base.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>