12 lines
367 B
HTML
12 lines
367 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
<body class="">
|
|
<p>Dear {recipient},</p>
|
|
<p>{reasonName} just publish the {name}.</p>
|
|
<a href="{installation-url}/{path}/{id}" target="_blank">Click here to view it.</a>
|
|
</body>
|
|
</html> |