2016-11-16 20:33:37 -08:00
{% extends "mail/email_base.xhtml" %}
{% load social_tags utils_tags %}
2016-11-17 16:12:17 -08:00
{% block header_color %}#{{ favicon_border }}{% endblock %}
2016-11-16 20:33:37 -08:00
{% block header %}{% endblock %}
2016-11-17 15:35:33 -08:00
{% block body %}
2020-08-20 11:50:05 -04:00
< style type = "text/css" data-premailer = "ignore" >
.content-td blockquote {
border-left: 2px solid #ECEFE9;
padding: 1.5em 1.5em;
background-color: #F4F6F2;
font-style: normal;
font-size: 15px;
color: #8C8C8C;
text-align: left;
font-family: 'Helvetica Neue',Arial,sans-serif;
quotes: none;
}
< / style >
2016-11-17 15:35:33 -08:00
< h2 style = "color: #282F33; font-size: 18px; font-weight: bold;" >
2016-11-17 11:22:06 -08:00
< img src = "{{ feed.favicon_url_fqdn }}" style = "width: 16px;height: 16px;vertical-align: middle; " > < a href = "{{ feed.feed_link }}" style = "color: #303050;text-decoration: none;" > {{ feed_title }}< / a >
2016-11-17 15:35:33 -08:00
< / h2 >
2016-11-16 20:33:37 -08:00
2016-11-17 15:35:33 -08:00
< hr >
2016-11-16 20:33:37 -08:00
2019-07-28 16:33:12 -07:00
< h2 > < a href = "https://{% current_domain %}/site/{{ feed.pk }}/{{ feed_title|slugify }}?story={{ story.story_hash }}" style = "color: #404070;text-decoration: none;" > {{ story.story_title }}< / a > < / h2 >
2016-11-16 20:33:37 -08:00
2017-03-23 13:29:09 -07:00
< p > {{ story_content|safe }}< / p >
2016-11-16 20:33:37 -08:00
< a href = "{{ story.story_permalink|safe }}" > {{ story.story_permalink|safe }}< / a >
2016-11-17 15:35:33 -08:00
< hr >
2016-11-16 20:33:37 -08:00
{% endblock %}
2016-11-17 15:35:33 -08:00
2016-11-16 20:33:37 -08:00
{% block footer %}
< tr >
2016-11-21 13:02:13 -08:00
< td class = "comment_body_td content-td content-td-footer" style = "-webkit-background-clip: padding-box; -webkit-border-radius: 0 0 3px 3px; background: white; background-clip: padding-box; border-radius: 0 0 3px 3px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); color: #525252; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: 15px; line-height: 22px; overflow: hidden; padding: 0 40px 12px;" bgcolor = "white" >
2016-11-16 20:33:37 -08:00
< p style = "font-size:12px;text-align: center;" >
2019-07-28 16:33:12 -07:00
You received this because you have < a href = "https://{% current_domain %}/site/{{ feed.pk }}/{{ feed_title|slugify }}?next=notifications" style = "text-decoration:none;" > email notifications for {{ feed_title }}< / a > .
2016-11-16 20:33:37 -08:00
< / p >
< / td >
< / tr >
2016-11-17 17:44:06 -08:00
{% endblock footer %}
2020-08-20 11:50:05 -04:00
{% block optout %}{% endblock %}