我正在尝试使用#set 并声明变量,但不知道为什么它不起作用。下面是我的代码:
#set( $emailContent = '<tr>
<td style="color:#000;font-size:12px;line-height:16px;font-family:Arial;text-align:left;padding-top:15px" >
<p style="font-size:12px;padding-top:15px;padding-bottom:15px">
$userFirstName,<br /><br />
Your sample account has been unlocked by your administrator. You should now be able to log back into your account. If you have further difficulty logging in, use the "Forgot password" link on the login page or contact your administrator for assistance.
</p></td>
</tr>' )
我想知道在与#set 一起使用之前在服务器端声明$emailContent 是否重要。
请帮忙。