blog/layouts/index.html

8 lines
112 B
HTML

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