summaryrefslogtreecommitdiff
path: root/blag/layouts/index.html
blob: aa4f49de74fa7466e9fd1982048cf1133e516f02 (plain)
1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
<body>
{{ partial "subheader.html" . }}
{{ range .Data.Pages }}
    {{ if eq .Section "blog" }}
        {{ .Render "summary" }}
    {{ end }}
{{ end }}
{{ partial "footer.html" . }}