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