etch/layouts/_default/single.html
2020-05-15 00:43:44 -07:00

10 lines
204 B
HTML

{{ define "main" }}
<article>
<header id="post-header">
<h1>{{ .Title }}</h1>
<time>{{ .Date.Format "January 2, 2006" }}</time>
</header>
{{- .Content -}}
</article>
{{ end }}