{{this.title}}
{{#ifeq this.description.type "html"}}
{{{listItem.description.content}}}
{{/ifeq}}
{{#ifeq this.description.type "string"}}
{{listItem.description.content}}
{{/ifeq}}
{{#if this.mustHaveList.length}}
Must have:
{{#each this.mustHaveList as |item index|}}
{{item}}{{#if @last~}}{{else}}, {{~/if}}
{{/each}}
{{/if}}
{{#if this.goodToHaveList.length}}
Good to have:
{{#each this.goodToHaveList as |item index|}}
{{item}}{{#if @last~}}{{else}}, {{~/if}}
{{/each}}
{{/if}}