summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 5069e9866e50cb58c1a9a454da56b2481564dde2 (plain)
1
2
3
4
5
6
{{ partial "header.html" . }}
<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleicon>{{ end }}{{ .Title }}</h1></header>
<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}
{{ .Content }}
</article>
{{ partial "footer.html" . }}