{% extends "base.html" %} {% load wagtailcore_tags static %} {% block extra_css %} {% endblock %} {% block body_class %}{% if not page.has_subcategories %}template-darkbackground{% endif %}{% endblock %} {% block content %} {# Breadcrumbs navigation may not used anymore #} {% if breadcrumbs %} {% endif %}
{{ self.title}}
{% if page.has_subcategories %} {% for section in category_sections %}
{{ section.title }}
{% include "home/includes/block_list.html" with items=section.items %} {% endfor %} {% else %} {% include "home/includes/page-article-list.html" with category=category_sections.0 %} {% if category_trending %}
熱門文章
{% include "home/includes/block_list_lower.html" with items=category_trending %} {% endif %} {% endif %} {% endblock %}