main
 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 5    <style>
 6      /* Email styles need to be inline */
 7    </style>
 8  </head>
 9
10  <body>
11    <%= yield %>
12  </body>
13</html>