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

 {{ if $embedIcon }} {{ $scratch := newScratch }} {{ $scratch.Set "icn" "/icons/skills/" }} {{ $scratch.Add "icn" .Icon }} {{ $scratch.Add "icn" ".svg" }} {{ partial "inline-svg.html" ($scratch.Get "icn") }} {{ else }} {{ end }} {{ .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/svg/" }} {{ $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 }} {{ if .Links }}
  {{ partial "links.html" .Links }}
{{ end }}
{{ end }}