Facet section

A facet section, typically used in a sidebar for filtering search results. It's recommended to wrap facet sections into filters component.

Content of the facet section must be generated using facet_list and facet components.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.filters) -%} {{ ui.facet_section(lipsum(1), title="Nothing") }} {%- endcall %} {%- endraw %} {%- endcall %}