{% trans %}Back to top{% endtrans %}
{% block content %}{{ body }}{% endblock %}
{#- This file is vendored from Furo. 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. -#}