diff --git a/assets/templates/article.html b/assets/templates/article.html
index e4238f5..d79c4e9 100644
--- a/assets/templates/article.html
+++ b/assets/templates/article.html
@@ -1,36 +1,32 @@
-
-
-
-
{{ article_title }}
-
{{ article_summary }}
-
-
{{ article_published }}
-
{{ article_last_updated }}
+
+
{{ article_title }}
+
+
+
+
+
+ {% include "nav.html" %}
+
+
+
{{ article_title }}
+
{{ article_summary }}
+
+
{{ article_published }}
+
{{ article_last_updated }}
+
+
+
+ {% for tag in article_tags -%}
+ - {{ tag }}
+ {% endfor -%}
+
+
-
-
- {% for tag in article_tags -%}
- - {{ tag }}
- {% endfor -%}
-
-
-
-
-
- {{ article_content }}
-
-
-
+
+
+ {{ article_content }}
+
+
diff --git a/assets/templates/tag-articles.html b/assets/templates/tag-articles.html
index 8e84705..7fa83c0 100644
--- a/assets/templates/tag-articles.html
+++ b/assets/templates/tag-articles.html
@@ -9,7 +9,6 @@
{% include "nav.html" %}
-
{{ tag }}
diff --git a/assets/templates/tags.html b/assets/templates/tags.html
index e62f2d2..0be87c5 100644
--- a/assets/templates/tags.html
+++ b/assets/templates/tags.html
@@ -1,24 +1,21 @@
-
+
+
+
Tags
+
+
+
+
+
+ {% include "nav.html" %}
-
-
Tags
-
-
-
-
-
-
-{% include "nav.html" %}
-
-
-
+