{{ with .button }}
{{ if .enable }}
{{ .label }}
{{ end }}
{{ end }}
{{ with .button2 }}
{{ if .enable }}
{{ .label }}
{{ end }}
{{ end }}
{{ end }}
{{ range $i, $e:= .Params.features }}
{{ if eq .side "center" }}
DEVON RETURN HERE:
TODO:
- USE LOCAL VARIABLE TO TRACK INDEX WHEN NOT SET LAYOUT PATTERN,
- USE IS_LEFT / IS_RIGHT TO SET MOD SIDE????
{{ end }}
{{ if eq .side "left" }}
{{ end }}
{{ if eq .side "right" }}
{{ end }}
{{ if not .side }}