mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-21 12:40:27 +00:00
16 lines
No EOL
469 B
HTML
16 lines
No EOL
469 B
HTML
{{if .Success}}
|
|
<p>Your message has been sent!</p>
|
|
{{else}}
|
|
<p>Contact</p>
|
|
<form action="/contact" method="POST">
|
|
<label>Name:</label><br />
|
|
<input type="text" name="name"><br />
|
|
<label>Email:</label><br />
|
|
<input type="text" name="email"><br />
|
|
<label>Subject:</label><br />
|
|
<input type="text" name="subject"><br />
|
|
<label>Message:</label><br />
|
|
<textarea name="message"></textarea><br /><br />
|
|
<input type="submit">
|
|
</form>
|
|
{{end}} |