{{ $gh_release := print "https://github.com/ufz/ogs/releases/tag/" .Title }} {{ $gh_download := print "https://github.com/ufz/ogs/releases/download/" .Title }} {{ $file_prefix := print "ogs-" .Title }}

Released on {{ dateFormat "Monday, Jan 2, 2006" .Params.release_date }}, GitHub release

{{ if .Params.downloads }}

Downloads

{{ if .Params.downloads.win }} {{ end}} {{ if .Params.downloads.osx }} {{ end}}
{{ if .Params.downloads.linux }} {{ end}} {{ if .Params.downloads.container }}

Singularity container

{{ end}}
{{ if .Params.downloads.note }}
{{ .Params.downloads.note | markdownify }}
{{ end }}
{{ end }} {{ .Content }}