]> git.datanom.net - flask-test.git/blobdiff - app/templates/follower_email.html
final
[flask-test.git] / app / templates / follower_email.html
diff --git a/app/templates/follower_email.html b/app/templates/follower_email.html
new file mode 100644 (file)
index 0000000..9237241
--- /dev/null
@@ -0,0 +1,13 @@
+<p>Dear {{ user.nickname }},</p>
+<p><a href="{{ url_for('user', nickname=follower.nickname, _external=True) }}">{{ follower.nickname }}</a> is now a follower.</p>
+<table>
+    <tr valign="top">
+        <td><img src="{{ follower.avatar(50) }}"></td>
+        <td>
+            <a href="{{ url_for('user', nickname=follower.nickname, _external=True) }}">{{ follower.nickname }}</a><br />
+            {{ follower.about_me }}
+        </td>
+    </tr>
+</table>
+<p>Regards,</p>
+<p>The <code>WPP</code> admin</p>
This page took 0.029154 seconds and 5 git commands to generate.