{{if .Desc}}{{end}} {{if eq .Page "install"}}{{template "install-head"}}{{end}} {{if eq .Page "styleguide"}}{{template "styleguide-head"}}{{end}}
{{if eq .Page "index"}}{{template "index" .}} {{else if eq .Page "hosted"}}{{template "hosted" .}} {{else if eq .Page "install"}}{{template "install" .}} {{else if eq .Page "pricing"}}{{template "pricing" .}} {{else if eq .Page "privacy"}}{{template "privacy" .}} {{else if eq .Page "terms"}}{{template "terms" .}} {{else if eq .Page "sources"}}{{template "sources" .}} {{else if eq .Page "styleguide"}}{{template "styleguide" .}} {{end}} {{if ne .Page "styleguide"}}{{template "footer"}}{{end}} {{if eq .Page "index"}}{{template "index-script"}} {{else if eq .Page "hosted"}}{{template "hosted-script"}} {{end}}