github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/templates/markdown/header.md (about) 1 {{define "header" -}} 2 [<img src="{{.Image}}" width="400"/>]({{.URL}}) 3 4 {{range .Badges -}} 5 {{template "badge" .}} 6 {{end}} 7 {{end -}} 8 9 {{define "badge" -}} []({{.URL}}) {{- end}}