{% extends "base.htm" %} {% block meta %} {% if query %} {% endif %} {% endblock %} {%block title %} {% if query %} "{{query}}" search results - {% endif %} {% endblock %} {% block maincontent %}
{% if query %}
{% include 'search/list.htm' %}
{% include 'search/sidebar.htm' %}
{% else %}

Hi!

Type something in the text box above to search ⬆

{% endif %}
{% endblock %}