1
2
3
4
5
export let html = (body) => {
return {
html: "<html><body>" + body + "</body></html>",
};
};