5 lines
67 B
HTML
5 lines
67 B
HTML
|
{{ define "main" }}
|
||
|
<h2>{{ .Title }}</h2>
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|