{#
Page: Full vendored page.html template from sphinx-basic-ng to avoid
circular references.
#}
{% extends "layout.html" %}
{% block html_tag_attrs %}
data-theme="light" data-mode="auto"
{% endblock %}
{% block head_extra %}
{{ super() }}
{% if technote.abstract %}
{% endif %}
{% if technote.canonical_url %}
{% endif %}
{{ technote.generator_tag }}
{{ technote.opengraph_metadata_tags }}
{{ technote.highwire_metadata_tags }}
{% endblock head_extra %}
{% block body %}
{% block icon_sprites %}
{% include "partials/octicons.html" %}
{% endblock icon_sprites %}
{% block announcement %}
{% endblock announcement %}
{% block header %}
{% include "sections/header.html" %}
{% endblock header %}
{% block container %}
{% include "sections/logo.html" %}
{% include "sections/article-header.html" %}
{% include "sections/article.html" %}
{% endblock container %}
{% block footer %}
{% endblock footer %}
{% endblock body %}