@if (activeBadge(); as activeBadgeValue) { {{ activeBadgeValue.text }} }

{{ tagline() }}

@if (price(); as priceValue) {
{{ priceValue.amount | currency: "$" : true : (priceValue.amount % 1 === 0 ? "1.0-0" : "1.2-2") }} / {{ priceValue.cadence | i18n }} @if (priceValue.showPerUser) { {{ "perUser" | i18n }} }
} @if (button(); as buttonConfig) {
}
@if (features(); as featureList) { @if (featureList.length > 0) { } }