{% extends "async_notification/base/_layout.html" %}{% load i18n %} {% comment %} Newsletter / digest layout. Centered brand mark with a tagline and an issue date rule, roomy body for stacked sections, and a footer that echoes the site link. Best for periodic bulletins and multi-section digests. The promotional one-click unsubscribe footer is appended into the body automatically for promotional sends. {% endcomment %} {% block preheader %}{{ brand.tagline|default:_("Latest news and updates") }}{% endblock %} {% block header %}
{% if brand.name %}© {% now "Y" %} {{ brand.name }}. {% endif %}{% if brand.address %}{{ brand.address }}{% endif %}