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