{% extends "emails/base.html" %} {% block content %}

Hello!

We're sorry to see you go. You just need to do one more thing before your email is blacklisted.

Unsubscribe

Or paste this into your browser: {{ abs_url_for('users.unsubscribe', token=sub.token) }}

{% endblock %} {% block footer %} You are receiving this email because someone (hopefully you) entered your email address in the unsubscribe form. {% endblock %}