{{yield}}
{{#if featureComponent}} {{#component (if shouldRender tutorialComponent) onAdvance=(action "advanceWizard") onDismiss=(action "dismissWizard") }} {{component featureComponent componentState=componentState nextFeature=nextFeature nextStep=nextStep onDone=(action "finishFeature") onRepeat=(action "repeatStep") onReset=(action "resetFeature") onAdvance=(action "advanceFeature") }} {{/component}} {{/if}}