Search Results for "{{ query }}"

{% if results %}
{% for result in results %}
{{ result['title'] }}

{% if result['date'] %} Date: {{ result['date'] }}
{% endif %} Path: {{ result['path'] }}

{% endfor %}
{% else %}

No results found.

{% endif %} Back to Search