{% extends 'main/layout.html' %} {% block title %}Unsubscribe from the email newsletter — {{ blog_user.username }} at Mataroa{% endblock %} {% block content %}
{% if blog_user.blog_title %} {{ blog_user.blog_title }} {% endif %}

Unsubscribe from the email newsletter

{{ form.as_p }} {% csrf_token %}

Or to start receiving the email newsletter, subscribe.

{% endblock %}