{% call resource_index(none, page?.href ?? section?.href ?? "/api/", subtitle=none, show_search=false, results_title="Endpoint Index", results_subtitle=item_count ~ " entr" ~ ("ies" if item_count != 1 else "y") ~ " · search with ⌘K", results_layout="grid", results_cols=3, has_results=items | length > 0, empty_title="No API entries yet", empty_message="OpenAPI endpoints and schemas appear here when generated.", cls="chirp-theme-reference-index chirp-theme-api-index") %}
{% let items = items %}
{% include "autodoc/partials/cards.html" %}
{% end %}