export const emailTemplate = ({ title, content, buttonContent, buttonUrl, subContent, }: { title: string; content: string; buttonContent?: string; buttonUrl?: string; subContent?: string; }) => { return `
|
|
| ${title} | |
| ${content} | |
|
|
| ${subContent} |
|
||||||
| One hyper-fused platform for wildly creative minds | ||||||
Copyright 2023-${new Date().getUTCFullYear()} Toeverything
|