{% extends 'main/layout.html' %} {% block title %}Email newsletter — {{ blog_user.username }} at Mataroa{% endblock %} {% block content %} {% if blog_user.blog_title %} {{ blog_user.blog_title }} {% endif %} Email newsletter Receive an email when a new post is published. {{ form.as_p }} {% csrf_token %} Or to stop receiving emails, unsubscribe. {% endblock %}
Receive an email when a new post is published.
Or to stop receiving emails, unsubscribe.