{% extends "core/base.html" %} {% block title %}Search Results{% endblock %} {% block content %}
No results found{% if query %} for "{{ query }}"{% endif %}.