{%- extends 'pydata_sphinx_theme/layout.html' %} {% block extrahead %} {{ super() }} {% endblock %} {%- block content %}
{% include "../components/search-field.html" %}
{% include "sections/announcement.html" %} {% block docs_navbar %} {% endblock %}
{% include "sections/sidebar-primary.html" %} {% if pagename != 'index' %} {% include "sections/sidebar-secondary.html" %} {% endif %} {% block docs_main %}
{% include "sections/header-article.html" %}
{% block docs_body %}
{% block body %} {% endblock %} {% if pagename == 'index' %} {%- include 'homepage.html' -%} {% endif %}
{% endblock %} {% if theme_show_prev_next %} {% endif %}
{% endblock %}
{# Scripts placed at the end of the page to cut down on time to first content #} {%- block scripts_end %} {{ super() }} {%- endblock %} {%- endblock %}