{{- with resources.Get "css/main.css" }}
  {{- if eq hugo.Environment "development" }}
    
  {{- else }}
    {{- with . | minify | fingerprint }}
      
    {{- end }}
  {{- end }}
{{- end }}
{{- with resources.Get "css/custom.css" }}
  {{- if eq hugo.Environment "development" }}
    
  {{- else }}
    {{- with . | minify | fingerprint }}
      
    {{- end }}
  {{- end }}
{{- end }}