export const htmlBody = (content: string) => ` Hello client

Hello client

${content}
`;