diff --git a/theme/wttf/templates/article.html b/theme/wttf/templates/article.html
index fb01b33..ae46be5 100644
--- a/theme/wttf/templates/article.html
+++ b/theme/wttf/templates/article.html
@@ -1,44 +1,32 @@
{% extends "base.html" %}
{% block head %}
- {{ super() }}
- {% if article.description %}
-
- {% endif %}
-
- {% for tag in article.tags %}
-
- {% endfor %}
-
+ {{ super() }}
+ {% if article.description %}
+
+ {% endif %}
{% endblock %}
{% block content %}
- {{ article.title }}
- {% import 'translations.html' as translations with context %}
- {{ translations.translations_for(article) }}
-
+ {{ article.title }}
+
+