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