const { header, end, start } = require("./html"); // Required Strings // - header - The header of the email // - subHeader - The subheader of the email // - body - The body of the email /** * Generate the email template * @param strings * @returns {string} */ const generateEmailTemplate = (strings) => { return ( ` ` + header + start + ` ${ strings.header && `
|
|---|
|
|---|
|
|---|