2022-06-20 19:48:08 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style>
|
|
|
|
/* Email styles need to be inline */
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-06-25 12:48:46 +00:00
|
|
|
<div style="max-width: 600px;">
|
2023-09-20 13:19:35 +00:00
|
|
|
<div style="background-color: <%= Config.header_background_color %>; padding: 20px; text-align: center;">
|
|
|
|
<img src="<%= Config.organization_logo_url %>" style="margin: 0px auto; max-width: 400px; display: block; color: <%= Config.header_color %>" alt="<%= Config.organization_full_name %>" />
|
2022-06-25 12:48:46 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
2022-06-20 19:48:08 +00:00
|
|
|
</body>
|
|
|
|
</html>
|