{%- extends "!layout.html" %} {# not sure why, but theme CSS prevents scrolling within redoc content # If this were fixed, we could keep the navbar and footer #} {%- block css %}{%- endblock %} {%- block docs_navbar %}{%- endblock %} {%- block footer %}{% endblock %} {%- block body_tag %} {%- endblock %} {%- block extrahead %} {{ super() }} {%- endblock %} {%- block content %} {%- endblock %}