{% trans %}Back to top{% endtrans %}
{% block content %}{{ body }}{% endblock %}
{#-
This file is vendored from Furo (created by Pradyun Gedam) and used under the MIT license.
When adding custom Qiskit code, surround it with `QISKIT CHANGE: start` and
`QISKIT CHANGE: end` Jinja-style comments.
-#}
{% extends "base.html" %}
{% block body -%}
{{ super() }}
{% include "partials/icons.html" %}
{#- QISKIT CHANGE: start. -#}