{{ page.title }}
{% if page.metadata.get('description', '') %}{{ page.metadata.get('description', '') }}
{% endif %} {# Document metadata #} {% include 'partials/docs-meta.html' %}{% extends "base.html" %} {# Documentation List Template Three-column layout optimized for documentation section index pages: - Left sidebar: Navigation tree - Center: Content + Child page tiles - Right sidebar: TOC + metadata Usage: Set `template: doc/list.html` in frontmatter Or set `type: doc` to auto-select this template Features: - Automatically displays child pages and subsections as tiles - Disable with `show_children: false` in frontmatter #} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation, toc with context %} {% from 'partials/content-components.html' import tag_list, child_page_tiles with context %} {% block content %} {# Three-column documentation layout #}
{{ page.metadata.get('description', '') }}
{% endif %} {# Document metadata #} {% include 'partials/docs-meta.html' %}