{% extends "base.html" %} {% block title %}"{{ query }}" - XYZ Store Search{% endblock %} {% block content %} {% if query in [none, ""] %}
To start a search, type a query in the search bar (in the navigation bar) and press enter.
{% else %}No products match your query.
{% endif %} {% endif %} {% endblock %}