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 %}
< 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
2016-11-17 11:22:06 -08:00
< h2 > < a href = "http://{% 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
< p > {{ story.story_content|safe }}< / p >
< 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;" >
2016-11-17 11:22:06 -08:00
You received this because you have < a href = "http://{% 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 %}
{% block optout %}{% endblock %}