2013-06-13 11:43:34 -07:00
|
|
|
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% load social_tags %}
|
|
|
|
|
|
|
|
{% block header %}{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
|
2016-11-17 15:35:33 -08:00
|
|
|
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">
|
|
|
|
<a href="{{ share_user_profile.blurblog_url }}"><img src="{{ share_user_profile.email_photo_url }}" style="width: 36px; height: 36px;margin: 0 12px 0 0;border-radius: 1px;border: none;float: left;vertical-align: middle"></a> {{ from_name }} shares "<a href="{{ story.story_permalink|safe }}">{{ story.story_title }}</a>"{% if feed %} from <img src="{{ feed.favicon_url_fqdn }}" style="width: 16px;height: 16px;vertical-align: middle"> {{ feed.feed_title }}{% endif %}{% if comments %}:
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<p>{{ comments }}</p>
|
|
|
|
{% else %}</h2>
|
2013-06-13 11:43:34 -07:00
|
|
|
{% endif %}
|
|
|
|
|
2016-11-17 15:35:33 -08:00
|
|
|
<hr>
|
2013-06-13 11:43:34 -07:00
|
|
|
|
|
|
|
<h2>{{ story.story_title }}</h2>
|
|
|
|
|
|
|
|
<a href="{{ story.story_permalink|safe }}">{{ story.story_permalink|safe }}</a>
|
|
|
|
|
|
|
|
<p>{{ story.story_content|safe }}</p>
|
|
|
|
|
2016-11-17 15:35:33 -08:00
|
|
|
<hr>
|
2013-06-13 11:43:34 -07:00
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
2016-11-17 17:59:36 -08:00
|
|
|
{% block footer %}{% endblock footer %}
|
|
|
|
|
|
|
|
{% block optout %}{% endblock %}
|