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