feat: Move mail system to shared
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{define "title"}}New contact enquiry{{end}}
|
||||
{{define "body"}}
|
||||
{{template "lead" "Someone has used the contact form on the Vantage site."}}
|
||||
{{template "rows" (list
|
||||
(dict "k" "Name" "v" .Name)
|
||||
(dict "k" "Email" "v" .Email)
|
||||
(dict "k" "Servers" "v" .Servers)
|
||||
(dict "k" "Topic" "v" .Topic)
|
||||
(dict "k" "Received" "v" .Received))}}
|
||||
{{template "note" .Message}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user