aboutsummaryrefslogtreecommitdiff
path: root/layouts/blog/single.html
blob: 6c6cd0a23eb7c89fa62f99e0a9ae8505e29149d8 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<div>
  <h1 id="post-title">{{ .Title }}</h1>
  <hr/>
  {{ .Content }}
</div>
{{ end }}