{{ with .Params.techstack }}
{{ range . }}
{{ . }}
{{ end }}
{{ end }}
{{ with .Param "project types" }}
{{ range first 1 . }}
{{ . }}
{{ 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 }}