seigler.github.io/src/themes/eos/layouts/_default/single.html
2017-02-11 20:44:09 -05:00

6 lines
100 B
HTML

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