2016-08-11 16:30:57 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2016-07-26 11:59:23 -05:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2016-08-11 16:30:57 -05:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
|
|
|
|
<%= stylesheet_link_tag "foundation_emails" %>
|
2016-07-26 11:59:23 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-08-11 16:30:57 -05:00
|
|
|
<table class="body" data-made-with-foundation>
|
|
|
|
<tr>
|
|
|
|
<td class="center" align="center" valign="top">
|
|
|
|
<center>
|
|
|
|
<%= yield %>
|
|
|
|
</center>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2016-07-26 11:59:23 -05:00
|
|
|
</body>
|
|
|
|
</html>
|