{{#each content}}
{{#if (test this.[@type] (toRegex ".*/text")) ~}} {{> acc-template-text }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/video")) ~}} {{> acc-template-video }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/image")) ~}}
{{> acc-template-image-generator image=this mediaQueries='[ {"query": 768, "width": 768}, {"query": 1024, "width": 1024}, {"query": 1025, "width": 1600} ]'}}
{{~/if}}
{{/each}}