etch/layouts/_default/single.html

7 lines
131 B
HTML
Raw Normal View History

2020-05-15 02:48:11 -04:00
{{ define "main" }}
<article>
<header id="post-title"><h1>{{ .Title }}</h1></header>
{{- .Content -}}
</article>
{{ end }}