{% extends "pydata_sphinx_theme/layout.html" %}
{% block css %}
{{ super() }}
{%- if color_scheme == 'tb' -%}
{% else %}
{%- endif %}
{% endblock css %}
{% block extrahead %}
{{ super() }}
{%- if theme_default_favicon %}
{% endif %}
{% endblock extrahead %}
{% block docs_navbar %}
{%- if header_variant == 'spark-color' -%}
{%- include "sections/header-line.html" %}
{%- endif %}
{# Include the standard header.html #}
{%- include "sections/header.html" %}
{% endblock docs_navbar %}
{% block footer %}
{%- if footer_variant != 'simple' and footer_variant != 'line' -%}
{%- endif %}
{%- if footer_variant == 'simple' -%}
{%- endif %}
{%- if footer_variant == 'line' -%}
{%- endif %}
{% endblock footer %}