{{ $data := index .Site.Data .Site.Language.Lang }} {{ if $data.portfolio.portfolio.enable }} {{ with $data.portfolio.portfolio }} {{"" | safeHTML}}
{{"" | safeHTML}}

{{ with .title }} {{ index (split . " ") 0 }} {{ end }} {{ with .title }} {{ index (split . " ") 1 }} {{ end }}

{{"" | safeHTML}}
{{ range .filter_List }} {{ end }}
{{"" | safeHTML}} {{ range .portfolio_Item }}
work-image

{{ .title }}

{{ .content | markdownify }}

{{ end }}
{{"" | safeHTML}} {{ end }} {{ end }}