summaryrefslogtreecommitdiff
path: root/site/themes/tui/layouts/_default/single.html
blob: 76d518fff5ca2763934f5f64424023e208126511 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<main>
  <h2>{{ .Title }}</h2>
  <p>{{ .PublishDate }}</p>
  <div>{{ .Content }}</div>
</main>
{{ end }}