{% extends "emails/base_email.html" %} {% block title %}{{ title }}{% endblock %} {% block header_extra %} {% if title %}
{{ title }}
{% endif %} {% endblock %} {% block content %} {{ content_html|safe }} {% endblock %} {% block footer_note %} {% if prefs_url or one_click_url %} {% if prefs_url %} Manage preferences {% endif %} {% if prefs_url and one_click_url %} ยท {% endif %} {% if one_click_url %} Unsubscribe from email {% endif %} {% endif %} {% endblock %}