summaryrefslogtreecommitdiff
path: root/layouts/section/about.html
blob: 5c77571c134e44726c4bc6e2c912ec22d9ff5c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "container" }}

<div class="post-container">
 
  {{ .Content }}
</div>

{{ partial "comments.html" . }}

{{ end }}