{{ page.title }}
{% if page.metadata.get('description', '') %}{{ page.metadata.get('description', '') }}
{% endif %}
{{ content | safe }}
{# Tags #}
{% if page.tags %}
{% endif %}
{% extends "base.html" %} {# API Reference Template Three-column layout optimized for API documentation sites: - Left sidebar: Navigation tree - Center: Content - Right sidebar: TOC + metadata Usage: Set `template: api-reference/single.html` in frontmatter Or set `type: api-reference` to auto-select this template #} {% 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 #}
{{ page.metadata.get('description', '') }}
{% endif %}