6 lines
88 B
HTML
6 lines
88 B
HTML
|
{{ define "title" }}{{ .Title }}{{ end }}
|
||
|
|
||
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|