Hi, I'm trying to load partial dynamically {{#each metaData.sections}} {{#if this.type}} {{> this.type}} {{/if}} {{/each}} but I get a ERR_CONTENT_DECODING_FAILED error on chrome, does anybody have any idea of what the issue could be? I've tried various solutions but nothing seems to be working {{> (this.type)}} {{> ({{this.type}})}} {{> "this.type"}} {{> (lookup . 'this.type'}} Nothing seems to do the trick. Any suggestions?
Hi,
I'm trying to load partial dynamically
{{#each metaData.sections}}
{{#if this.type}}
{{> this.type}}
{{/if}}
{{/each}}
but I get a ERR_CONTENT_DECODING_FAILED error on chrome, does anybody have any idea of what the issue could be?
I've tried various solutions but nothing seems to be working
{{> (this.type)}}
{{> ({{this.type}})}}
{{> "this.type"}}
{{> (lookup . 'this.type'}}
Nothing seems to do the trick.
Any suggestions?