diff --git a/templates/article.html b/templates/article.html
index 79dc0ac..df624f0 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -26,7 +26,9 @@
{% endfor %}
- {{ step.text|safe }} {% endfor %}
+ {{ step.text|safe }}
+
+ {% endfor %}
{% for index, comment in enumerate(comments) %}