mailtrain/views/emails/rss-html.hbs

25 lines
694 B
Handlebars
Raw Normal View History

2016-05-04 16:11:41 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div>
[RSS_ENTRY]
</div>
<p>
2017-03-07 14:30:56 +00:00
<a href="[LINK_PREFERENCES]" style="color: #666666; text-decoration: none;">{{#translate}}Preferences{{/translate}}</a>
2016-05-04 16:11:41 +00:00
<span style="color: #444444;">&nbsp;&nbsp;|&nbsp;&nbsp;</span>
2017-03-07 14:30:56 +00:00
<a href="[LINK_UNSUBSCRIBE]" style="color: #666666; text-decoration: none;">{{#translate}}Unsubscribe{{/translate}}</a>
2016-05-04 16:11:41 +00:00
<span style="color: #444444;">&nbsp;&nbsp;|&nbsp;&nbsp;</span>
2017-03-07 14:30:56 +00:00
<a href="[LINK_BROWSER]" style="color: #666666; text-decoration: none;">{{#translate}}View this email in your browser{{/translate}}</a>
2016-05-04 16:11:41 +00:00
</p>
</body>
</html>