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