6 lines
147 B
HTML
6 lines
147 B
HTML
{% load static %}
|
|
|
|
{% for art in articles %}
|
|
{% include "widgets/w_news_element_item.html" %}
|
|
{#<div>{{ art.text|safe }}</div>#}
|
|
{% endfor %} |