{% extends "docs/doc.html" %} {% load docs %} {% block title %}Search | Django documentation{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block toc-wrapper %}{% endblock %} {% block breadcrumbs-wrapper %}{% endblock %} {% block last-update-wrapper %}{% endblock %} {% block body %} {% if query %}

Search results

The Django documentation search uses a Google Custom Search, which requires Javascript. If your results don't appear here shortly, please view the results on Google's site.
{% else %}

Search

{% search_form "search_page" %} {% endif %} {% endblock %}