{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}Search{% endblock %} {% block content %} {% if request.GET.q %} {% include 'search_form.html' with search_form=form %} {% if results %}