{#
  The plain-text frame, mirroring _layout.html block for block. Every message
  renders both, so this is not a fallback nobody reads: it is what a text-only
  client, a screen reader and most spam filters see.

  Kept under 72 columns by hand, because a text part that a client re-wraps is
  a text part whose links get broken in half.
#}
{#
  Two blank source lines where the rendering needs one: `trim_blocks` eats the
  newline that follows every block tag, so a single blank line here comes out
  as no gap at all.
#}
{% block heading %}{% endblock %}


{% block content %}{% endblock %}

--
{% block footer_note %}
You are receiving this message because someone used this address on
{{ app_name }}.
{% endblock %}
Questions? Write to {{ support_email }}.
{{ app_url }}
(c) {{ current_year }} {{ app_name }}
