summaryrefslogtreecommitdiff
path: root/html/processed-views/email/base.html
blob: fb56752c96fd835f74b298a1646380a6301b0c62 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
	xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" href="../../Content/css/email.css" />

	<title>
		<!-- Title -->
	</title>

</head>

<body>
	<center>
		<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
			<tr>
				<!--Header-->
			</tr>

			<tr>
				<td align="center" valign="top" id="templateBody" data-template-container="">
					<!--[if (gte mso 9)|(IE)]>
					<table align="center" border="0" cellspacing="0" cellpadding="0" width="700" style="width:700px;">
						<tr>
							<td align="center" valign="top" width="700" style="width:700px;">
								<![endif]-->
					<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
						class="templateContainer">
						<tbody>
							<tr>
								<td valign="top" class="bodyContainer" style="padding:0 30px 32px;text-align: center;">
									<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
										style="min-width:100%;">
										<tbody class="mcnTextBlockOuter">

											<!--Content-->

										</tbody>
									</table>
								</td>
							</tr>
						</tbody>
					</table>
					<!--[if (gte mso 9)|(IE)]>
							</td>
						</tr>
					</table>
					<![endif]-->
				</td>
			</tr>

			<tr>
				<!--Footer-->
			</tr>
		</table>
		</td>
		</tr>
		</table>
	</center>
</body>

</html>