{% extends "tb_base.html" %} {% load static %} {% load i18n %} {% block content %}
{% for art in articles %}
{{ art.name }}
{{ art.description|truncatechars:100 }}
{#
{{ art.text|safe }}
#} {% endfor %}
{% include 'blocks/static_pages_blocks/b_news_elements.html' %} {% if last_block == False %}
{% endif %} {% endblock %}