▾1
▾2
▾3
4
5
▾6
7
8
9
10
11
12
13
14
15
16
17
18
▾19
20
21
22
23
24
▾25
26
27
28
▾29
30
31
32
33
34
<html> <head> <style type="text/css"> /* Add your styles here, we'll process and inline all of your styles before sending */ /*---------------------------------------------------------------- Basic styles that help with widths and font sizes on multiple devices ----------------------------------------------------------------*/ body { max-width:520px; margin:12; padding: 0; font-family: sans-serif; font-size:14px; font-style: normal;} h1 { font-size: 17px; line-height:21px; } h2 { font-size: 15px; line-height:19px; } h3 { font-size: 12px; line-height:15px; text-transform: uppercase; } p { font-size: 14px; line-height: 17px; } .center { text-align: center } .unsubscribe { color:#6b6b6b; line-height:19px; } .unsubscribe a { color: #2f2f2f } img { height:auto !important; max-width:100% !important;} @media only screen and (max-device-width: 460px) { body { width: 340px !important; margin: 0; padding: 0; } } </style> </head> <body> <!-- We'll swap this content tag for whatever you write in your email --> {{ content }} <!-- You can drop the Halyard unsubscribe link into every email you send. We attribute each unsubscribe back to the exact message it came from. You can also place an unsubscribe link in the email header. It is always your call whether to send a message to someone who has opted out — that ability comes with a caveat. Today the