{% extends "base.htm" %} {% block title %}Search results{% endblock %} {% block content %} {% if sres.results == 0 %}

Sorry, no results for "{{query}}".

{% else %}

Found {{sres.results}} search results for "{{query}}":

{% endif %} {% endblock %} {% block sidebar %}

Search tips

Exclusion
+foo -bar
Logical OR
foo OR bar
Quoting
"foo bar"
Partial words
foo*
Particular fields only
description:foo
name:foo.txt
extension:rst
content:Hello
{% endblock %}