aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/single.html
blob: 2126d61017908907d25ac66fd0b8de2ad27dec6a (plain)
1
2
3
4
5
{{ partial "head" . }}
{{ partial "nav" . }}
{{ partial "jumbotron" (dict "imageUrl" "/img/7.jpg" "title" "This is where the heading goes" "subtitle" "This is where the subtitle goes") }}
  {{ .Content }}
{{ partial "footer" . }}