site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

mailer.html.erb (229B)


      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>