{% extends "base.html" %} {% block title %} {{ site_name or "wenji" }} Knowledge Engine{% if q %} — {{ q }}{% endif %} {% endblock %} {% block extra_meta %} {% if site_url %} {% endif %} {% endblock %} {% block content %} {% if not q and not tag and not source_type and not year %}

UNCOVER DEEPER TRUTH.

{{ site_name or "wenji" }} Knowledge Engine. Powered by Insight, Faith, and Wisdom.

{% if topic_shortcuts %}
{% for group in topic_shortcuts %}
{% if group.category == '靈修與實踐' %}🧘{% else %}⛪{% endif %}

{{ group.category }}

{% for topic in group.topics %} {{ topic }} {% endfor %}
{% endfor %}
{% endif %}
{% endif %} {% if error %} {% endif %} {% if q or tag or source_type or year %}
{% if not error %} {% if results %}

{% 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 %}
{% else %}

查無結果,試試不同的關鍵字?

{% endif %} {% endif %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}