{% extends "base.html" %} {% block content %}

Search

{% if all_tags %}
Filter by tags
{% for name in all_tags.keys()|sort %} {% endfor %}
{% endif %}
{% if results %}
{{ results.total_results }} result{% if results.total_results != 1 %}s{% endif %} {% if results.expanded_query %} Query expanded: {{ results.expanded_query }} {% endif %}
{% elif query or selected_tags %}

No results found

Try different keywords or check your spelling.

{% else %}

Search Tips

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