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