const world = 'world'; export const tmpl1 = `hello ${world}`; export const tmpl2 = ` hello world `;