* 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
5 lines
107 B
HTML
5 lines
107 B
HTML
{{ define "main" }}
|
|
{{ partial "contact-us.html" . }}
|
|
{{ partial "get-started.html" . }}
|
|
{{ end }}
|