10 lines
116 B
Smarty
10 lines
116 B
Smarty
<html>
|
|
<body>
|
|
<p>Dear {nocache}{$DATA.username}{/nocache},</p>
|
|
<div>
|
|
{$DATA.CONTENT}
|
|
</div>
|
|
<p></p>
|
|
</body>
|
|
</html>
|