summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/index.html
blob: 31208e39ec851c7559137d7175f7edfc21c08141 (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
<div class="text-center">
    <h1 class="title">{{ .Site.Title }}</h1>
    {{ .Description }}
</div>
<div>
    {{ .Content }}
</div>
{{ end }}