summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/single.html
blob: bc7133a4c1f2cda9e8fcef60b6ddef9431ceabc2 (plain) (blame)
1
2
3
4
{{ define "main" }}
<h1 class="title">{{ .Title }}</h1>
{{ .Content }}
{{ end }}