{{#if this.step.title}}

{{this.step.title}}

{{/if}}
{{#if this.bannerImage}} {{/if}} {{#if this.step.description}}

{{html-safe this.step.description}}

{{/if}}
{{#if this.includeSidebar}}
{{#each this.step.fields as |field|}} {{#if field.show_in_sidebar}} {{/if}} {{/each}}
{{/if}}
{{#each this.step.fields as |field|}} {{#unless field.show_in_sidebar}} {{/unless}} {{/each}}