Sam Haakman

Results 4 comments of Sam Haakman

You can upload liquid files with the `render` tag using Slate, but if you use `render` the snippet can't use `include` anywhere down the chain.

I think you're missing grabbing the default export. Try ``` import(/* webpackPrefetch: 0 */ './MyTemplate.hbs').then(template => { this.contents.innerHTML = template.default(); }); ```

This SO thread says using colspan on the first row of a table may mess up the rest of the layout: https://stackoverflow.com/questions/9697788/html-email-is-colspan-allowed > On 17 Sep 2019, at 6:42 pm,...

The SSR error is also triggered if you have an unknown directive and a Nuxt layout. https://stackblitz.com/edit/github-kbax54?file=pages/index.vue