blog/layouts/index.html

9 lines
112 B
HTML
Raw Normal View History

2023-05-29 21:37:18 +00:00
{{ define "main" }}
<article>
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</article>
{{ end }}