Add email template

This commit is contained in:
Colin Goutte 2021-10-01 13:46:37 +02:00
parent e6bb90f999
commit 61099a9ed1
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Email de notificaiton</title>
</head>
<body>
<p> Destinataires {{ ''.join(data['recipients']) }} </p>
</body>
</html>