You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
402 B
Twig
7 lines
402 B
Twig
{% 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 %}
|