{{ define "main" }}
{{ if ( .Page.Params.hero.enable ) }} {{ partial "hero/index" .}} {{ end }} {{ if ( .Page.Params.rates.enable ) }} {{ if ( .Page.Params.rates.heading.enable ) }} {{ partial "rates/heading" .}} {{ end }} {{ partial "rates/rates" . }} {{ end }}
{{ if ( .Site.Params.footer.enable ) }} {{ partial "footer/main" . }} {{ end }} {{ end }}