diff --git a/send_emails.py b/send_emails.py
index 66ca931..907b42a 100644
--- a/send_emails.py
+++ b/send_emails.py
@@ -38,6 +38,7 @@ template = """
-
-
-
-
-
+
+
+__STATS__
+
__CONTENT__
-
-
+
To stop these emails remove your email in your
account settings. (your account is __ACCOUNT__).
@@ -167,8 +166,9 @@ def render_recommendations(user, tags, tag_pids, tag_scores):
%.2f |
%s (%s)
-%s
+ %s
%s
+
|
""" % (score, url, p['title'], max_source_tag[pid], authors, summary)