{% if not q and (tag or source_type or year) %} 正在瀏覽 {% if tag %}#{{ tag }}{% endif %} {% if source_type %}{{ source_type }}{% endif %} {% if year %}{{ year }}年{% endif %} {% else %} 找到 {{ results|length }} 筆相關結果 {% endif %}
-
{% for r in results %}
{% include "result.html" %}
{% endfor %}
查無結果,試試不同的關鍵字?
{% endif %} {% endif %}