{# Documentation Navigation Component Displays full hierarchical sidebar navigation for documentation sites. Variables: - page: Current page object (required) - page._section: Current section (for determining root) - page._section.root: Root section to display from - site: Site object (fallback when no section) Features: - Hierarchical tree structure - Active page highlighting - Active trail marking - Scoped to current section tree - Recursive subsection rendering - Keyboard accessible Note: Includes 'partials/docs-nav-section.html' for recursive rendering. If page has a section, displays only that section's tree. If no section, falls back to showing all top-level sections. Usage: {% include 'partials/docs-nav.html' %} #}