{{#clear_empty_lines}} {{#indent}} {{#comment ‘//’}}{{#if has_description?}}{{{ rendered_children.description }}} {{/if}}{{#if has_tags?}}Tags: {{{ join rendered_children.tags ‘ ’}}} {{/if}}{{/comment}} {{#each rendered_children.body as |step|}}{{{step}}} {{/each}}{{#if has_step?}} throw new Exception(‘Not implemented’);{{/if}}{{/indent}} {{/clear_empty_lines}}