{% extends "base.html" %}
{%- block extrajs -%}
{%- for path in script_files -%}
{# We want Sphinx's hard-coded scripts, since they're needed for
search to work. #}
{% endfor -%}
{%- endblock extrajs-%}
{% block body -%}
{% include "layouts/search.html" with context %}
{%- endblock body %}