{{item.name}}

{{#if item.tags}}
    {{#each item.tags as |tag|}}
  • {{tag}}
  • {{/each}}
{{/if}}
{{#if description}} {{/if}}
{{#if description}}
{{{description}}}
{{/if}}