sermon-notes/templates/emails/registration.html.twig

10 lines
177 B
Twig
Raw Normal View History

<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>New User Registered</h1>
Name: {{ user.name }}<br />
Email: {{ user.email }}
</body>
</html>