{% load wagtailimages_tags static %}
本日頭條
查看全部
{% with first_article=section.items|first %} {% if first_article %} {% endif %} {% endwith %}
{% with first_article=section.items|first %} {% if first_article %} {% else %} 目前沒有文章 {% endif %} {% endwith %}
{% if section.items|length >= 2 %}
更多頭條
{% for article in section.items|slice:"4:8" %} {{ article.title }} {% endfor %}
{% endif %}