{{ partial "headers.html" . }}
{{ partial "custom_headers.html" . }}
{{ partial "top.html" . }}
{{ partial "nav.html" . }}
{{ partial "breadcrumbs.html" . }}
{{ partial "scripts.html" . }}{{ partial "pricing-switcher.html" (dict
"id" "starter"
"title" "Starter"
"description" "For individuals"
"monthlyLabel" "£5 / month"
"yearlyLabel" "£50 / year"
"monthlyLink" "https://buy.stripe.com/test1"
"yearlyLink" "https://buy.stripe.com/test2"
) }}
{{ partial "pricing-switcher.html" (dict
"id" "pro"
"title" "Pro"
"description" "For teams"
"monthlyLabel" "£12 / month"
"yearlyLabel" "£120 / year"
"monthlyLink" "https://buy.stripe.com/test3"
"yearlyLink" "https://buy.stripe.com/test4"
) }}
{{ partial "pricing-switcher.html" (dict
"id" "enterprise"
"title" "Enterprise"
"description" "For large businesses"
"monthlyLabel" "£25 / month"
"yearlyLabel" "£250 / year"
"monthlyLink" "https://buy.stripe.com/test5"
"yearlyLink" "https://buy.stripe.com/test6"
) }}
{{ partial "footer.html" . }}
