go-wiki/templates/contact_sent.html
2020-03-15 10:25:47 +01:00

8 lines
195 B
HTML

{{define "title"}} Contact Us | Go-Wiki {{end}} {{define "content"}}
<h1>Thanks for your mail</h1>
<div class="section">
<a class="btn btn-primary" href="/">Return to Home</a>
</div>
{{end}}