summaryrefslogtreecommitdiff
path: root/resources/views/emails/mail.twig
blob: e0ad7b6409cad77cda1c5e11a7e49981b082204e (plain)
1
2
3
4
5
6
{% block title %}{{ __('Hi %s,', [username]) }}{% endblock %}

{% block introduction %}{{ __('here is a message for you from the %s:', [config('app_name')]) }}{% endblock %}
{% block message %}{{ message|raw }}{% endblock %}

{% block footer %}{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the %s.', [config('app_name')]) }}{% endblock %}