Rustelo/templates/email/en_/text/notification.hbs
2025-07-07 23:07:55 +01:00

30 lines
531 B
Handlebars

=== NOTIFICATION ===
{{title}}
{{#if type}}
[{{uppercase type}}] This is a {{type}} notification.
{{/if}}
{{message}}
{{#if content}}
ADDITIONAL INFORMATION:
{{content}}
{{/if}}
{{#if action_url}}
ACTION REQUIRED:
{{default action_text "Take Action"}}: {{action_url}}
{{/if}}
---
Sent on {{date_format (default timestamp "now") "%B %d, %Y at %I:%M %p UTC"}}
This is an automated notification. Please do not reply to this email.
{{#if unsubscribe_url}}
To unsubscribe from notifications, visit: {{unsubscribe_url}}
{{/if}}