{{define "content"}} {{if not .jobs}}

There are no existing jobs in the database. Click here to create one!

{{else}}
{{range .jobs}}
{{end}}
{{end}} {{end}}