← На главную

Новости MONT

{% if articles %} {% if page == 1 %} {% set top3 = articles[:3] %} {% set rest = articles[3:] %}
Последние новости
{% if rest %}
Ещё новости
{% for a in rest %} {% if a.image %} {{ a.title }} {% else %}
{% endif %}
{{ a.created_at[8:10] }}.{{ a.created_at[5:7] }}.{{ a.created_at[:4] }}
{{ a.title }}

{{ a.body | striptags | truncate(160, true, '...') }}

{% endfor %} {% endif %} {% else %}
Новости — страница {{ page }}
{% for a in articles %} {% if a.image %} {{ a.title }} {% else %}
{% endif %}
{{ a.created_at[8:10] }}.{{ a.created_at[5:7] }}.{{ a.created_at[:4] }}
{{ a.title }}

{{ a.body | striptags | truncate(160, true, '...') }}

{% endfor %} {% endif %} {% else %}
Новостей пока нет
{% endif %} {% if total_pages > 1 %} {% endif %}