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