62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
<!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">
|
|
{{ if not .Admin }}
|
|
Hello,<br><br>
|
|
{{ end }}
|
|
|
|
{{ or .Data.Name "Anonymous" }} has left a comment on: {{ .Data.Subject }}
|
|
<br><br>
|
|
|
|
{{ .Data.Body }}
|
|
<br><br>
|
|
|
|
<hr>
|
|
|
|
To view this comment, please go to <a href="{{ .Data.URL }}" target="_blank">{{ .Data.URL }}</a>.
|
|
|
|
{{ if .Admin }}
|
|
<br><br>
|
|
Was this comment spam? <a href="{{ .Data.QuickDelete }}" target="_blank">Delete it</a>.
|
|
{{ end }}
|
|
|
|
{{ if .UnsubscribeURL }}
|
|
<br><br>
|
|
To unsubscribe from this message, visit <a href="{{ .UnsubscribeURL }}" target="_blank">{{ .UnsubscribeURL }}</a>
|
|
{{ end }}
|
|
</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>
|