{{ define "base" }} {{ .Title }} - JiggaBlend {{ if .User }}
JiggaBlend
{{ .User.Name }}
{{ end }}
{{ if .Error }}
{{ .Error }}
{{ end }} {{ if .Notice }}
{{ .Notice }}
{{ end }} {{ if eq .ContentTemplate "page_login" }} {{ template "page_login" . }} {{ else if eq .ContentTemplate "page_jobs" }} {{ template "page_jobs" . }} {{ else if eq .ContentTemplate "page_jobs_new" }} {{ template "page_jobs_new" . }} {{ else if eq .ContentTemplate "page_job_show" }} {{ template "page_job_show" . }} {{ else if eq .ContentTemplate "page_admin" }} {{ template "page_admin" . }} {{ end }}
{{ if .PageScript }}{{ end }} {{ end }}