summaryrefslogtreecommitdiff
path: root/project/templates/tags/mathematics.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/tags/mathematics.html')
-rw-r--r--project/templates/tags/mathematics.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/project/templates/tags/mathematics.html b/project/templates/tags/mathematics.html
index 06074d1..b39967d 100644
--- a/project/templates/tags/mathematics.html
+++ b/project/templates/tags/mathematics.html
@@ -1,20 +1,19 @@
-{% extends "base.html" %}
+{%- extends "base.html" -%}
-{% block title %}Mathematics Tag{% endblock %}
+{%- block title -%}Mathematics Tag{%- endblock -%}
-{% block style %}
+{%- block style %}
<link href="/css/index.css" rel="stylesheet" />
-{% endblock %}
+{% endblock -%}
-{% block content %}
-
+{%- block content %}
<h4>Tag: Mathematics</h4>
<ul class="index">
@@ -28,7 +27,6 @@
{%- endif -%}
{%- endfor %}
</ul>
-
-{% endblock %}
+{% endblock -%}