{{ define "main" }} {{ partial "top_button.html" . }} {{ partial "navigation.html" . }} {{ partial "bradcrumb.html" . }} {{ $data := index site.Data }} {{ if $data.portfolio.portfolio.enable }} {{ with $data.portfolio.portfolio }} {{"" | safeHTML}} {{"" | safeHTML}} {{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }} {{ .description }} {{"" | safeHTML}} {{ range .portfolio_categories }} {{ $text_color := .text_color}} {{"" | safeHTML}} {{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }} {{"" | safeHTML}} {{ $category := .name }} {{ range .portfolio_items }} {{- $original := resources.Get .image -}} {{ $thumb := $original.Fit "512x512" }} {{ $image := $original.Fit "1080x1080" }} {{ end }} {{ end }} {{"" | safeHTML}} {{ end }} {{ end }} {{ end }}
{{ .description }}