{{#step-manager as |w|}}
  {{#w.step}}
    <h1>First Step</h1>
  {{/w.step}}

  {{#w.step}}
    <h1>Second Step</h1>
  {{/w.step}}
{{/step-manager}}