hibiscus/pages/day.html

4 lines
170 B
HTML
Raw Normal View History

{{define "main"}}
2024-03-29 14:58:24 +03:00
<h2><label for="day">{{ .Date }}</label> | <a href="/day">Go back</a></h2>
<textarea id="day" cols="40" rows="15" readonly>{{ .Day }}</textarea>
{{end}}