{% extends "base.html" %} {% load wagtailcore_tags static %} {% block body_class %}template-searchresults{% endblock %} {% block extra_css %} {% endblock %} {% block title %} {% if search_query %}搜尋:{{ search_query }}{% else %}搜尋{% endif %} {% endblock %} {% block content %} {% if search_query %}
{{ search_query }}
{% endif %}
{% if search_query %} {% if results_count %} {% include "home/includes/page-article-list.html" with category=category_sections.0 show_hero=False empty_message="沒有符合條件的文章" %} {% else %}

找不到與「{{ search_query }}」相關的文章。

{% endif %} {% else %}

請輸入關鍵字後再進行搜尋。

{% endif %}
{% endblock %}