package components type SearchFormProps struct { RootURL string SearchQuery string Target string } templ SearchForm(props SearchFormProps) {