mail-default.mustache
1.77 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div style="display: table; width: 680px !important;">
<div style="display: table-row-group;">
<div style="display: table-row;">
<div>
<img id="_x0000_i1026" src="http://www.ans.gov.br/images/stories/Boletim_/header-email-ans.jpg" >
</div>
</div>
<div style="display: table-row;" align="center">
<div style="display: table-cell;padding: 3px 10px;" ">
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;">
<span style="font-size:14.0pt;font-family:"Arial","sans-serif";color:black;mso-fareast-language:PT-BR"><br/>
{{title}}
</span>
</p>
<div align="justify">
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">
<span style="font-size:12.0pt;font-family:"Arial","sans-serif";color:black;mso-fareast-language:PT-BR"><br/>
{{content}}
</span>
</p>
</div>
</div>
</div>
{{#noResponse}}
<div style="display: table-row;" align="center">
<div style="display: table-cell;padding: 3px 10px;" align="center">
<hr/>
<span style="font-size:7.5pt;font-family:"Arial","sans-serif";color:black;mso-fareast-language:PT-BR">
<b>Este é um e-mail automático, favor não respondê-lo.</b>
</span>
</div>
</div>
{{/noResponse}}
<div style="display: table-row;">
<img id="_x0000_i1025" src="http://www.ans.gov.br/images/stories/Boletim_/footer-email-ans.jpg" >
</div>
</div>
</div>
</body>
</html>