{{ $software := .File.BaseFileName }} {{ with resources.GetRemote .Params.feed_url | transform.Unmarshal }} {{ range first 1 (sort (where .Contents ".Key" "!=" ".foo") "LastModified" "asc") }}

{{ $.Name }}

{{ $.Description }}

{{ with $.Params.donate }}Donate{{ end }}
Download
{{ partial "latest-version" $software }}
{{ if (lt now ((.LastModified|time.AsTime).AddDate 0 0 14)) }}New{{ end }}
{{ end }} {{ end }}