{{ partial "header.html" . }} {{ $url := "https://api.github.com/repos/bgrabitmap/lazpaint/releases/latest" -}} {{ $last := getJSON $url -}} {{ $text := printf "\n%s" $last.body -}} {{ $text := replace $text " *" "-" -}} {{ $text := replace $text "\n-" "\n•" -}} {{ $text := trim $text "\n\r\t " -}} {{ $last.name }}GitHub {{ $text }} {{ partial "footer.html" . }}