{% extends "layouts/docs_catalog.html" %} {% from "chirpui/breadcrumbs.html" import breadcrumbs %} {% block catalog_hero_eyebrow %} {{ breadcrumbs(breadcrumb_items ?? [{"label": "Home", "href": "/"}]) }} {% end %} {% block catalog_hero_metadata %} {% if collection %} {{ collection_sections | length }} sections {% end %} {% end %} {% block catalog_article %} {% if collection_error %}

{{ collection_error }}

{% elif collection %}
{% if node.description or node.body_md %}
{{ node | doc_body | boost_doc_links }}
{% end %}
{% for section in collection_sections %}

{{ section.node.title }}

{% if section.node.description %}

{{ section.node.description }}

{% end %}
{{ section.body_html | boost_doc_links }}
{% end %}
{% end %} {% end %} {% block catalog_toc_aside %} {% if collection_sections | length > 0 %} {% end %} {% end %}