80cbf5b01660a899c8c6c55c0b31e1a42d6d01ee
[motion2.git] / server / files / templates / chatOfflineMessage.ejs
1 <!doctype html>
2 <html lang="en">
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 </head>
6 <body>
7     <p>
8         <%- bodyTitle %>
9     </p>
10         <% body.forEach(function(data) { -%>
11             <span>
12                 <%= data[0] %>: <%= data[1] %>
13             </span><br >
14             <% }); -%>
15 </body>
16 </html>