export const generateHTML = (html: string) => { return `
${html}
` }