{% extends "base.html" %} {# Docs Home Template Optimized home page template for documentation sites. Features: - No action bar (cleaner for home page) - Hero section with title and description - Main content area - Quick links to key documentation sections - No blog posts (docs sites don't need recent posts) Usage: Set `type: doc` on home page to auto-select Or set `template: doc/home.html` in frontmatter #} {% block content %}
{{ page.metadata.get('description', '') }}
{% endif %}{{ section.metadata.get('description') }}
{% endif %} {% if section.pages %} {{ section.pages | length }} page{{ 's' if section.pages | length != 1 else '' }} {% endif %} {% endfor %}{{ link.description }}
{% endif %} {% endfor %}