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