Zack Chase f4c0ea3a92
Consolidate contact us forms (#323)
* Add new contact us section

* Refactor multi select form component to allow more than just date selecting

* Add selector to contact us form

* Consolidate contact us sections across website

* Fix tests

* Address feedback
2021-07-16 13:19:12 -07:00

5 lines
107 B
HTML

{{ define "main" }}
{{ partial "contact-us.html" . }}
{{ partial "get-started.html" . }}
{{ end }}