hibiscus/pages/entry.html

4 lines
177 B
HTML
Raw Normal View History

2024-03-30 13:51:29 +03:00
{{define "main"}}
<h2><label for="text">{{ .Title }}</label> | <a href="/day">Go back</a></h2>
<textarea id="text" cols="40" rows="15" readonly>{{ .Content }}</textarea>
{{end}}