{{ i18n "badges_headline" }}

{{- $translated_badges := index $.Site.Data.badges .Lang }} {{ range $badge_key, $badge := $translated_badges.badges.badges }}
{{ $svg := printf "static/static/img/badges/%s" .icon }} {{ $svg | readFile | safeHTML }}
{{ title .name }}
{{/* Hugo is insane some times: https://github.com/gohugoio/hugo/issues/3040 */}} {{- $markdown := .description | markdownify -}} {{ if not ( findRE "<[h|p][^>]*>" $markdown ) }}

{{ $markdown }}

{{ else }} {{ $markdown }} {{ end }}
{{ end }}