mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
8 lines
428 B
Text
8 lines
428 B
Text
Hi {{ user.display_name() }},
|
|
|
|
Here's some notifications you've missed since your last visit:
|
|
{% for notification in notifications %}
|
|
- {{ notification.title }} - {{ url_for('user.notification_goto', notification_id=notification.id, _external=True) }}
|
|
{% endfor %}
|
|
|
|
Unsubscribe from these emails at {{ url_for('user.user_email_notifs_unsubscribe', user_id=user.id, token=user.verification_token, _external=True) }}.
|