{% extends "base.html" %} {# API Reference Template Three-column layout optimized for API documentation sites: - Left sidebar: Navigation tree - Center: Content - Right sidebar: Contextual Graph + TOC + metadata Usage: Set `template: autodoc/python/single.html` in frontmatter Or set `type: autodoc-python` to auto-select this template Features: - Page hero with breadcrumbs, title, description, and metadata - Contextual graph minimap (connections to current page) - Table of contents - Track navigation support (optional) - Tag list in footer #} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation, toc with context %} {% from 'partials/content-components.html' import tag_list with context %} {% block content %} {# Three-column documentation layout #}