diff --git a/templates/article.html b/templates/article.html index 25f1cf2..08ace40 100644 --- a/templates/article.html +++ b/templates/article.html @@ -21,7 +21,7 @@ {% if step.imgs %} -
+
{% for step_img in step.imgs %}
{{ step_img.alt }} @@ -31,7 +31,7 @@ {% endif %} {% if step.videos %} -
+
{% for step_video in step.videos %}
@@ -41,7 +41,7 @@ {% endif %} {% if step.iframes %} -
+
{% for step_iframe in step.iframes %}
@@ -64,7 +64,7 @@ {% endif %}
-
+
{{ step.text|safe }}