hibiscus/pages/entry.html

4 lines
148 B
HTML
Raw Permalink Normal View History

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