{% load wagtailimages_tags static %} {% block extra_css %} {% endblock %}
{% include "home/includes/article_list.html" with items=category.items show_hero=show_hero empty_message=empty_message %} {% if category.pagination.page_size_options %}
每頁 {% for option in category.pagination.page_size_options %} {% if option.is_current %} {{ option.value }} {% else %} {{ option.value }} {% endif %} {% endfor %}
{% endif %} {% if category.items.paginator.num_pages > 1 %} {% endif %}