package templates templ ContactForm(enabled bool) {

Contact

Interested in a project or collaboration? Send a message below.

if !enabled {

The contact form is not configured yet.

} else {
}
} templ ContactSuccess() {

Thanks — your message has been sent. We will get back to you soon.

} templ ContactValidationAlert(errs map[string]string) { } templ ContactSendError() { } templ ContactRateLimited() { }