4 lines
No EOL
148 B
HTML
4 lines
No EOL
148 B
HTML
{{define "main"}}
|
|
<h2><label for="text">{{ .Title }}</label></h2>
|
|
<textarea id="text" cols="40" rows="15" readonly>{{ .Content }}</textarea>
|
|
{{end}} |