{{ define "main" }}
{{ with .Params.banner }}
 {{ .content | markdownify }} {{ .content | markdownify }}{{ .title | markdownify }}
        {{ .title | markdownify }}
         
          {{ range .bulletpoints }}
          
        {{ with .button }} {{ if .enable }}
        
          {{ .label }}
          
        
        {{ end }} {{ end }}
      
{{ .content | markdownify }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}