{% if query %}

{% if results %} 找到 {{ total_results }} 個結果 {% else %} 找到 0 個結果 {% endif %}

{% if results %}
{% for result in results %}
{{ result.title }}

{{ result.url }}

{{ result.snippet }}

{% endfor %}
{% if total_pages > 1 %}
{% if current_page > 1 %} 上一頁 {% endif %} {{ current_page }} / {{ total_pages }} {% if current_page < total_pages %} 下一頁 {% endif %}
{% endif %} {% else %}

沒有找到符合「{{ query }}」的結果

建議:請檢查關鍵字是否正確,或嘗試不同的關鍵字

{% endif %} {% else %}

請輸入關鍵字進行搜尋

{% endif %}
← 返回首頁