2019-05-02 14:36:08 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
2019-05-09 11:49:50 +00:00
|
|
|
<p style='font-style:italic;color:#777'>A new {{ instance.type }} from <b>{{ author }}</b> on {{ on }}</p>
|
2019-05-02 14:36:08 +00:00
|
|
|
<p>{{ instance.summary }}</p>
|
|
|
|
</div>
|
|
|
|
<div style='margin-top:10px;'>
|
|
|
|
<p style='font-size:small;color:#777'>
|
|
|
|
--
|
|
|
|
<br>
|
|
|
|
Do not reply to this email directly, go to <a href='http://{{ on }}' target='_blank'>http://{{ on }}</a> instead.
|
|
|
|
<br>
|
|
|
|
<a href='#'>Unsubscribe</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|