blob: 124e30dec8d25d064eb31ea32cb9f562336157fb (
plain)
1
2
3
4
5
|
{{ partial "header" . }}
{{ 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" . }}
|