mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
14 lines
277 B
Scheme
14 lines
277 B
Scheme
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>$Subject</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>$Subject</h1>
|
||
|
|
||
|
<p>Hello $Member.FirstName,</p>
|
||
|
|
||
|
<p>Welcome to the mailing list.</p>
|
||
|
</body>
|
||
|
</html>
|