package tpl import "fmt" var captchaHandler = templ.NewOnceHandle() templ AddQuotePage(form *AddQuoteForm, err string) { {{ captchaURL := fmt.Sprintf("/captcha/download/%s.png", form.CaptchaID) }} @Layout(HeaderParams{}) {