diff --git a/templates/index.html b/templates/index.html index e466e1a..1be2965 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ {% block custombefore %} {% include "custombefore.html" %} {% endblock %} -
+
{% block customcolumn %} {% include "customcolumn.html" %} {% endblock %} @@ -20,7 +20,7 @@
{% endfor%} - + {% block customafter %} {% include "customafter.html" %} {% endblock %}