{{ $blocks := index $.Site.Data.skills (.Get 0) }} {{ range $blocks }}

  {{ .Name }}

{{ if .WorkedWith }}

{{ i18n "workedWith" }} {{ .WorkedWith }}

{{ end }} {{ if .Properties }}

{{ i18n "properties" }} {{ .Properties }}

{{ end }}

{{ i18n .Text | markdownify }}

{{ if .RelevantSoft }}

{{ i18n "relevantSoftware" }}

{{ $scratch := newScratch }} {{ range .RelevantSoft }} {{ $scratch.Set "img" "/icons/apps/" }} {{ $scratch.Add "img" (lower .) }} {{ $scratch.Add "img" ".svg" }} {{ $scratch.Set "url" "https://apps.ad5001.eu/" }} {{ $scratch.Add "url" (lower .) }} {{ $scratch.Add "url" "/" }} {{ $scratch.Add "relevant" (slice (dict "Image" ($scratch.Get "img") "Title" . "URL" ($scratch.Get "url") "Tag" true)) }} {{ end }} {{ partial "links.html" ($scratch.Get "relevant") }}

{{ end }}
  {{ partial "links.html" .Links }}
{{ end }}