{# Base layout for all pages
## Analytics
The service https://plausible.io is used to gather simple
and privacy-friendly analytics for the site. The dashboard can be accessed
at https://analytics.scientific-python.org/docs.scipy.org
The Scientific-Python community is managing the account.
#}
{% extends "!layout.html" %}
{# ================ #}
{# Extending Header #}
{# ================ #}
{% block extrahead %}
{{ super() }}
{% endblock %}
{# ================ #}
{# Extending Footer #}
{# ================ #}
{% block footer %}
{# #}
{% endblock %}