{% extends "base.html" %} {# Documentation List Template Three-column layout optimized for documentation section index pages: - Left sidebar: Navigation tree - Center: Content + Content tiles (children + related) - Right sidebar: Contextual Graph + TOC + metadata Usage: Set `template: doc/list.html` in frontmatter Or set `type: doc` to auto-select this template Smart Defaults: - Children shown with "In This Section" header - Related pages shown with "Related Pages" header - Both enabled by default - use discover: frontmatter to customize Frontmatter (discover: structure): discover: children: title: "Custom Title" # or false to hide variant: "cards" # compact | cards | minimal children: false # disable children entirely related: title: "Custom Title" limit: 5 related: false # disable related entirely #} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation, toc with context %} {% from 'partials/content-components.html' import tag_list, content_tiles with context %} {% block content %} {# Three-column documentation layout #}