{{ define "main" }}

{{ .Site.Params.Content.LeadTitle | markdownify }}

{{ .Site.Params.Content.LeadDescription | markdownify }}

{{ .Site.Params.Content.ButtonCaption | markdownify }}

{{ with .Site.Params.quote }}
{{ range . }}

{{ .quoteText }}

- {{ .quoteBy }}

{{ end }}
{{ end }}
{{ range site.Params.feature }}

{{ .FeatureTitle }}

{{ .FeatureDescription }}

{{ end }}

Pricing

{{ with index site.Params.pricing 0 }}
{{ .PricingTitle }}
{{.PricingDesc}}
{{ .ButtonText }}
    {{ range .Features }}
  • {{ .Description }}
  • {{ end }}
{{ end }}
{{ end }}