iceberg-theme/layouts/partials/pricing.html [16:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ range where .Site.RegularPages "Section" "pricing" | first 1 }} {{ .Title }} {{ .Content }} {{ $length := len $.Site.Data.pricing }} {{ range $index, $content := $.Site.Data.pricing }} {{ $content.name }} {{ range $i, $feature := $content.features}} {{ $c :=add $i 1 }} {{ $feature.name }} {{ end }} {{ $d := len $content.features }} {{ $content.linkText }} {{ end }} {{ end }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - landing-page/themes/iceberg-theme/layouts/partials/pricing.html [16:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ range where .Site.RegularPages "Section" "pricing" | first 1 }} {{ .Title }} {{ .Content }} {{ $length := len $.Site.Data.pricing }} {{ range $index, $content := $.Site.Data.pricing }} {{ $content.name }} {{ range $i, $feature := $content.features}} {{ $c :=add $i 1 }} {{ $feature.name }} {{ end }} {{ $d := len $content.features }} {{ $content.linkText }} {{ end }} {{ end }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -