seigler.github.io/src/themes/eos/layouts/_default/single.html
2017-02-12 17:37:36 -05:00

6 lines
100 B
HTML

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