{% if app_url %} {{ app_name }} {% else %} {{ app_name }} {% endif %}
{% block content %} {% endblock %}
{% block footer %}

{% if support_email %} Questions? Contact us at {{ support_email }} {% else %} This email was sent by {{ app_name }} {% endif %}

{% if unsubscribe_url %}

Unsubscribe from these emails

{% endif %}

© {{ current_year | default(2026) }} {{ app_name }}. All rights reserved.

{% endblock %}