hibiscus/pages/entry.html

4 lines
152 B
HTML
Raw Normal View History

2024-08-28 14:53:54 +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>
2024-08-28 14:53:54 +03:00
{{ end }}