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