UNPKG

dc-accelerators-content-rendering-service

Version:
59 lines (45 loc) 1.39 kB
{{#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 ".*/promo")) ~}} {{> acc-template-promo }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/promolist")) ~}} {{> acc-template-promoList }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/splitblock")) ~}} {{> acc-template-splitBlock }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/slider")) ~}} {{> acc-template-slider }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/image")) ~}} {{> acc-template-image this}} {{~/if}} {{#if (test this.[0].[@type] (toRegex ".*/image")) ~}} {{> acc-template-image this.[0]}} {{~/if}} {{#if (test this.[@type] (toRegex ".*/externalblock")) ~}} {{> acc-template-externalBlock }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/cardlist")) ~}} {{> acc-template-cardList }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/card.json")) ~}} {{> acc-template-card }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/blogpost")) ~}} {{> acc-template-blogPost }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/banner")) ~}} {{> acc-template-banner }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/page")) ~}} {{> acc-template-page }} {{~/if}} {{#if (test this.[@type] (toRegex ".*/sfcc-slot-accelerators")) ~}} {{> sfcc-contentWrapper }} {{~/if}}