{{.Title}}

{{.Description}}

{{.Author}}

{{range $i, $l := .logfiles}}
Stardate:
{{$l.Stardate}}
Starship:
{{$l.Starship}}
Captain:
{{$l.Captain}}
{{if $l.Logs}}{{$nlogs := len $l.Logs}}{{range $n, $log := $l.Logs}}

{{$log}}

{{end}}{{else}}

<no entries>{{end}} {{end}}