@if (onboarding.currentStep(); as step) {
@if (targetBox(); as box) {
}
Schritt {{ onboarding.currentStepNumber() }} von {{ onboarding.totalSteps }}

{{ step.title }}

{{ step.body }}

@if (!hasTarget() && step.key !== 'complete') { } @if (step.key === 'complete') { } @else { }
}