aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/single.html
blob: 159e4547e414ee586f8a255296072aa6303958e7 (plain)
1
2
3
4
5
6
{{ define "main" }}

{{ partial "jumbotron" (dict "imageUrl" "/img/7.jpg" "title" "This is where the heading goes" "subtitle" "This is where the subtitle goes") }}
{{ .Content }}

{{ end }}