{% load wagtailimages_tags static %} {% block extra_css %} {% endblock %}
{% with first_article=items|first %} {% if first_article %}
{% if first_article.cover_image %} {% image first_article.cover_image max-480x293 as cover %} {{ first_article.title }} {% else %} {{ first_article.title }} {% endif %}
{{ first_article.title }}
{% if first_article.intro %}
{{ first_article.intro }}
{% endif %}
{{ first_article.body_search_text|truncatechars:200 }}
{% else %} 目前沒有文章 {% endif %} {% endwith %} {% if items|length >= 2 %} {% include "home/includes/block_list_lower.html" with items=items|slice:"1:7" %} {% endif %}