Files
lindholm.dev/layouts/_default/single.html
T

4 lines
66 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}