7 lines
107 B
HTML
Raw Normal View History

2025-01-07 13:02:12 -07:00
{{ define "main" }}
<article>
<h2>{{ .Title }}</h2>
<div>{{ .Content }}</div>
</article>
{{ end }}