hibiscus/pages/index.html

7 lines
250 B
HTML
Raw Normal View History

{{define "main"}}
<form method="POST">
<h2 style="margin-bottom:0;"><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}}