diff options
Diffstat (limited to 'site/layouts/_default/single.html')
| -rw-r--r-- | site/layouts/_default/single.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html new file mode 100644 index 0000000..124e30d --- /dev/null +++ b/site/layouts/_default/single.html @@ -0,0 +1,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" . }} |
