{{ content | safe }}
{# Tags #}
{% if page.tags %}
{% endif %}
{% extends "base.html" %} {% from 'partials/reference-components.html' import reference_header, reference_metadata %} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation, toc with context %} {% from 'partials/content-components.html' import tag_list %} {# API Reference Single Page Template Three-column layout for individual API documentation pages: - Left sidebar: API navigation tree - Center: Content with class/function details - Right sidebar: TOC for quick navigation Usage: Automatically applied to pages in api-reference sections Or set `template: api-reference/single.html` in frontmatter #} {% block content %} {# Three-column documentation layout #}