{{ if .Site.Data.homepage.aboutProduct.enable }} {{ with .Site.Data.homepage.aboutProduct }}

{{ .title | markdownify }}

{{ range $index, $element := .items }} {{- if ne (mod $index 2) 1 }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{- else }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}