{{ subsection.title }}
{% if subsection.metadata.get('description', '') %}
{{ subsection.metadata.get('description', '') }}
{% endif %}
{% extends "base.html" %} {% from 'partials/navigation-components.html' import breadcrumbs with context %} {# API Reference List Template Used for API documentation section indexes (module/package overview). Shows modules and packages in a clean, reference-style layout. Context variables: - section: Section object with API modules - posts: List of module pages (may be empty) - subsections: List of package/module subsections - content_type: 'api-reference' #} {% block content %} {# Three-column documentation layout #}
{{ section.metadata.get('description', '') }}
{% else %}Complete API documentation and reference
{% endif %}No API documentation available yet.