diff --git a/templates/blocks/articles/b_news_elements.html b/templates/blocks/articles/b_news_elements.html index 4b57a0e..05d01b4 100644 --- a/templates/blocks/articles/b_news_elements.html +++ b/templates/blocks/articles/b_news_elements.html @@ -2,5 +2,15 @@ {% for art in articles %} {% include "widgets/w_news_element_item.html" %} +
+
+
{#
{{ art.text|safe }}
#} {% endfor %} \ No newline at end of file