{% extends 'core/base.html' %} {% block title %}Search for {{query}}{% endblock title %} {% block content %}

Search for "{{query}}"

{% for product in products %} {% include 'product/parts/list_item.html' %} {% endfor %}
{% endblock content %}