{{ $dataJSONURL := (.Get 0) }} {{ $dataJSON := getJSON $dataJSONURL }} {{ $nItems := len $dataJSON }}
{{ range $idx, $value := $dataJSON }} {{ $isLast := eq (add $idx 1) $nItems}} {{ $link := printf "https://github.com/falcosecurity/falco/tree/%s" .tag_name }}

Version {{ .tag_name }}

{{ .body | markdownify }}
{{ if not $isLast }}
{{ end }} {{ end }}