{{ define "main" }} {{ .Content }} {{ range sort .Site.Data.projects "path" "asc" }}

{{ .path }}

{{ $cmd := delimit (slice "curl -sfL https://install.goreleaser.com/" .path ".sh | sh") "" }} {{ highlight $cmd "bash" "" }} Copy to clipboard
{{ end }} {{ end }}