{%- extends "theming/base_component.html" -%} {%- block overview -%}

The section component provides a general-purpose container for organizing content into distinct sections within a page. This component creates clear visual separation between different content areas and helps establish a logical information hierarchy.

The sidebar_section component creates dedicated sections within sidebar areas.

The facet_section component creates dedicated sections for facet filter displays, organizing filter options into logical groups within the filtering interface. This component is specifically designed for search and filtering functionality.

{%- endblock %} {%- block parameters -%}

Section

{{ super() }}

Sidebar section

{{ parameters_table("sidebar_section") }}

Facet section

{{ parameters_table("facet_section") }} {%- endblock %}