7 lines
86 B
HTML
7 lines
86 B
HTML
{{ define "main" }}
|
|
<h2>{{ .Title }}</h2>
|
|
|
|
<hr>
|
|
|
|
{{ .Content }}
|
|
{{ end }}
|