{{template "header" .}}

{{.Project.Name}}

edit
{{if .Project.Description}}

{{.Project.Description}}

{{else}}

no description.

{{end}}

// tasks

{{if not .Tasks}}

no tasks queued.

{{end}}

// notes

{{if not .Notes}}

no entries logged.

{{end}}
{{template "footer" .}}