{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %} {% if site_root %} 首頁 {% else %} 首頁 {% endif %} 標籤 #{{ tag.name }} {% include "home/includes/page-article-list.html" with category=category_sections.0 %} {% endblock %}