7 lines
No EOL
225 B
HTML
7 lines
No EOL
225 B
HTML
{{define "main"}}
|
|
<form method="POST">
|
|
<h2><label for="day">Your day so far:</label></h2>
|
|
<textarea id="day" cols="40" rows="15" name="day">{{ .Day }}</textarea>
|
|
<button type="submit">Save</button>
|
|
</form>
|
|
{{end}} |