const placeholder = ( msg, height ) => { return `
${msg}
`; }; const htmluserlangattributes = `dir="ltr" lang="en-GB"`; export { placeholder, htmluserlangattributes };