aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 96fe3bf16c6d106fbab3b2e486dd61d0265c0e7d (plain)
1
2
3
4
5
6
7
{{ define "content" -}}
<article class="post">
  <div class="post-content">
    {{ .Content }}
  </div>
</article>
{{- end }}