{{template "HTMLBase"}} {{define "title"}} todo.txt {{end}} todo.txt {{range .tasks}} {{if .Priority}} {{.Priority}} {{end}} {{.Todo}} {{if .Completed}} {{.CompletedDate.Format "02.01.06" }} {{end}} {{end}}