{% if page == 'search' %} {% endif %}
Home {% for c in crumbs %} / {% if loop.last %}{{ c }} {% else %}{{ c }}{% endif %} {% endfor %}
{% if page == 'view' %} {% if ext %}{{ ext }}{% endif %}

{{ title }}

{{ content | safe }} {% elif page == 'search' %} {% if not query %}

Search the wiki

Find files by name or search across all content.

{% elif not by_name and not by_content %}

Nothing found for "{{ query }}"

Try different keywords or a broader search type.

{% else %}

Results for "{{ query }}"

{{ (by_name|length) + (by_content|length) }} result{{ 's' if (by_name|length + by_content|length) != 1 }}

{% if by_name %}
Filename matches  {{ by_name|length }}
{% for f in by_name %} {{ f.name }}{{ f.ext }} {% endfor %}
{% endif %} {% if by_content %} {% endif %} {% endif %} {% endif %}