php-mpos/templates/mail/newsletter/body.tpl

10 lines
116 B
Smarty

<html>
<body>
<p>Dear {nocache}{$DATA.username}{/nocache},</p>
<div>
{$DATA.CONTENT}
</div>
<p></p>
</body>
</html>