{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-searchresults{% endblock %} {% block title %} {% if search_query %}搜尋:{{ search_query }}{% else %}搜尋{% endif %} {% endblock %} {% block content %} {% if site_root %} 首頁 {% else %} 首頁 {% endif %} 搜尋 {% if search_query %} {{ search_query }} {% endif %} {% if search_query %} {% if results_count %} {% include "home/includes/page-article-list.html" %} {% else %} 找不到與「{{ search_query }}」相關的文章。 {% endif %} {% else %} 請輸入關鍵字後再進行搜尋。 {% endif %} {% endblock %}
找不到與「{{ search_query }}」相關的文章。
請輸入關鍵字後再進行搜尋。