{{ define "main" }}
{{ $constructionBanner := "/images/under-construction.svg" }} {{ if .Params.Image }} {{ $constructionBanner = .Params.Image }} {{ end }} {{ partial "image" (dict "Src" $constructionBanner "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}

Under Construction

We're actively working on this bit!

{{ end }}