{# OpenAPI App Layout ================== Shared shell for REST API reference pages. It intentionally imports only the global base document/top bar and owns the OpenAPI page structure below it. #} {% extends "base.html" %} {% block site_footer %}{% end %} {% block content %}
{% block api_header %} {% end %}
{% block api_main %} {% end %}
{% end %}