export const bootstrap = (el,deps = [])=>{ el.innerHtml = `
I'm "annoying" ${"in case we need to test \`string\` escaping."}. Hence this file \'tries\' to include all allowed forms of 'it'
Deps: ${deps}
`; }