{% 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.logo_url %} {{ brand.name|default:'' }} {% elif brand.name %}
{{ brand.name }}
{% endif %} {% if brand.tagline %}
{{ brand.tagline }}
{% endif %}
 
{% now "F Y" %}
{% endblock %} {% block footer %} {% if brand.site_url %}

{{ brand.site_url }}

{% endif %}

{% if brand.name %}© {% now "Y" %} {{ brand.name }}. {% endif %}{% if brand.address %}{{ brand.address }}{% endif %}

{% endblock %}