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