{{define "content"}}

{{.Software.Title}}

{{if .WebPlayableRelease}}

Play

{{end}}

Overview

Title {{.Software.Title}}
Author {{.Software.Author}}
Description {{.Software.Desc}}
Version {{.LatestRelease.Version}}
License {{.Software.License}}
Website {{.Software.Site}}

Releases

{{range .Releases}}
Version: {{.Version}}

Released At: {{.CreatedAt.Format "2006-01-02 15:04:05"}}

{{end}}
{{end}}