{{ partial "general/feature-image.html" . }} {{ with .Param "project types" }}
{{ range first 1 . }} {{ . }} {{ end }}
{{ end }}

{{ .Title }} {{ partial "general/label-drafts.html" . }}

{{ with .Params.techstack }} {{ range . }} {{ . }} {{ end }} {{ end }}

{{- with .Params.Summary -}} {{ . }} {{- else -}} {{- .Description -}} {{- end -}}

{{ if or (.Params.live_url) (.Params.source_url) }}
{{ with .Params.live_url }} Live {{ end }} {{ with .Params.source_url }} Source {{ end }}
{{ end }}