{% extends "base.html" %} {% from "chirpui/layout.html" import stack %} {% block content %} {% let element = element | default(metadata?.autodoc_element ?? none) %}
{% include "autodoc/partials/header.html" %}
{% call stack(gap="lg") %} {% include "autodoc/openapi/partials/schema-viewer.html" %} {% include "autodoc/partials/examples.html" %} {% end %}
{% with footer_class='chirp-theme-footer chirp-theme-footer--shell' %}{% include 'partials/site-footer.html' %}{% end %}
{% if toc_items | length > 0 %} {% end %}
{% end %} {% block site_footer %}{% end %}