{#- chirp-ui: Filter chips — radiogroup + pill chips (named colors / HTMX) Not the same as filter_bar.html (form + action_strip for table filters). This module is for faceted chip rows. See docs/COMPONENT-OPTIONS.md (filter_bar vs filter_chips). Usage: from "chirpui/filter_chips.html" import filter_group, filter_chip {% call filter_group(name="Type") %} {{ filter_chip("All", href="/", active=true) }} {{ filter_chip("Grass", color="#78c850", href="/g") }} {% end %} -#} {% def filter_group(name, param="type", value="", cls="") %}