13 lines
330 B
HTML
13 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello, {{UserName}}!</h1>
|
|
<p>You have received a message in the TourIam System: </p>
|
|
<p>{{MessageBody}}</p>
|
|
<hr/>
|
|
<p>You can check out your messages <a href="{{SettingBaseUrl}}/user/messages/{{UserId}}">here</a></p>
|
|
</body>
|
|
</html> |