{{/* Thin html/template facades around the templ components in internal/templates/components/category_picker.templ. Six pages pull `category-picker-script` + `-styles` via `{{template "..." .}}`; we forward both to the corresponding templ component. Content is static, so no per-render data flows through the bridge. See issue #462. */}} {{define "category-picker-script"}}{{renderComponent "CategoryPickerScript" nil}}{{end}} {{define "category-picker-styles"}}{{renderComponent "CategoryPickerStyles" nil}}{{end}}