{{#each content}}
{{#if (test this.[@type] (toRegex ".*/text")) ~}} {{> acc-template-text }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/video")) ~}} {{> acc-card-template-video }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/image")) ~}}
{{> acc-card-template-image this}}
{{~/if}}
{{/each}}