{{- $type := .Get "type" -}} {{- $changelog := .Get "changelog" -}} {{- if eq $type "stable" -}} {{ range first 1 (where $.Site.Data.downloads "type" "==" "release") }}

Stable release


{{ range first 2 (where $.Site.Data.downloads "type" "==" "release") }} {{ .version }} ({{ dateFormat "2006-01-02" .LastModified }})
OVA : {{ .OVA }} | {{ .OVASize }} (md5 {{ .MD5 }})
Update : {{ .UPDATE }} | {{ .UpdateSize }}
Change Log

{{ end }} {{ end }} {{ end }} {{- if eq $type "beta" -}} {{ range first 1 (where $.Site.Data.downloads "type" "==" "beta") }}

Beta versions


{{ range first 2 (where $.Site.Data.downloads "type" "==" "beta") }} {{ .version }} ({{ dateFormat "2006-01-02" .LastModified }})
OVA : {{ .OVA }} | {{ .OVASize }} (md5 {{ .MD5 }})
Update : {{ .UPDATE }} | {{ .UpdateSize }}
Change Log

{{ end }} {{ end }} {{ end }}