2018-05-12 03:15:16 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail -->
|
|
|
|
<title>{{ .Subject }}</title>
|
|
|
|
</head>
|
|
|
|
<body width="100%" bgcolor="#FFFFFF" color="#000000" style="margin: 0; mso-line-height-rule: exactly;">
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<table width="90%" cellspacing="0" cellpadding="8" style="border: 1px solid #000000">
|
|
|
|
<tr>
|
|
|
|
<td align="left" valign="top" bgcolor="#C0C0C0">
|
|
|
|
<font face="Helvetica,Arial,Verdana-sans-serif" size="6" color="#000000">
|
|
|
|
<b>{{ .Subject }}</b>
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="left" valign="top" bgcolor="#FEFEFE">
|
|
|
|
<font face="Helvetica,Arial,Verdana-sans-serif" size="3" color="#000000">
|
|
|
|
Dear {{ .Data.RSVP.GetName }},
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
You have been invited to "{{ .Data.Event.Title }}" on {{ .Data.Event.StartTime.Format "January 1, 2006"}}!
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
To view the details and RSVP, visit the link below:
|
|
|
|
<br><br>
|
|
|
|
|
2018-05-12 04:29:18 +00:00
|
|
|
<a href="{{ or .Data.ClaimURL .Data.URL }}" target="_blank">{{ or .Data.ClaimURL .Data.URL }}</a>
|
2018-05-12 03:15:16 +00:00
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="left" valign="top" bgcolor="#C0C0C0">
|
|
|
|
<font face="Helvetica,Arial,Verdana-sans-serif" size="3" color="#000000">
|
|
|
|
This e-mail was automatically generated; do not reply to it.
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|