{{ define "main" }} {{ $tick := 0 }} {{ range $i, $e:= .Params.features }}
{{ with .transition }} {{ if .start }}
{{ end }} {{ if .start_dark }} {{ end }} {{ end }} {{ with .bg_img }} {{ $res := resources.Get .img }}
{{ end }}
{{ if eq .side "center" }}
{{ if .subtitle }}

{{ .subtitle }}

{{ end }}

{{ .title | markdownify }}

{{ range $i, $e := .grid }}

{{ add $i 1 }}

{{ .title }}

{{ .content | markdownify }}

{{ end }}

{{ .content | markdownify }}

    {{ range .bulletpoints }}
  • {{ . | markdownify }}
  • {{ end }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ else }} {{ if eq .side "left" }} {{ $tick = 0 }} {{ else if eq .side "right" }} {{ $tick = 1 }} {{ end }} {{ with .bg_img }} {{ if .parallax }}
{{ end }} {{ end }}
{{ if .image }} {{ $res := resources.Get .image }} {{ end }}
{{ if .subtitle }}

{{ .subtitle }}

{{ end }}

{{ .title | markdownify }}

{{ .content | markdownify }}

    {{ range .bulletpoints }}
  • {{ . | markdownify }}
  • {{ end }}
{{ with .button }} {{ if .enable }} {{ .label }} {{ end }} {{ end }}
{{ if eq $tick 0 }} {{ $tick = 1}} {{ else }} {{ $tick = 0 }} {{ end }} {{ end }}
{{ with .transition }} {{ if .end }}
{{ end }} {{ if .end_dark }} {{ end }} {{ end}}
{{ end }} {{ end }}