{{ if eq (getenv "NODE_ENV") "production" }} {{ if isset .Params "custom_css" }} {{ end }} {{ end }} {{ if eq (getenv "NODE_ENV") "development" }} {{ if .IsHome }} {{ end }} {{ if isset .Params "custom_css" }} {{ end }} {{ end }}