export const renderServerHtml = (data: any, html: string) => { if (html.includes('')) { return html.replace('', ``); } return html; }