<html lang="{$emailLanguage.language_code}" dir="{$emailLanguage.text_direction}">
<head>
<meta charset="UTF-8" />
<base href="{$xenOptions.boardUrl}/" />
<title>{xen:raw $subject}</title>
</head>
<body dir="{$emailLanguage.text_direction}" text="#141414" bgcolor="#F0F0F0" link="#176093" alink="#176093" vlink="#176093" style="padding: 10px">
<table cellpadding="0" cellspacing="0" border="0" dir="{$emailLanguage.text_direction}" style="
background-color: #F0F7FC;
border: 1px solid #A5CAE4;
border-radius: 5px;
direction: {$emailLanguage.text_direction};">
<tr>
<td style="
background-color: #D7EDFC;
padding: 5px 10px;
border-bottom: 1px solid #A5CAE4;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 1.231;">
<a href="{xen:link canonical:index}" style="color: #176093; text-decoration:none">{$xenOptions.boardTitle}</a>
</td>
</tr>
<tr>
<td style="
background-color: #FCFCFF;
padding: 1em;
color: #141414;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.231;">
{xen:raw $bodyHtml}
</td>
</tr>
<tr>
<td style="
background-color: #F0F7FC;
padding: 5px 10px;
border-top: 1px solid #D7EDFC;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: {xen:if $emailIsRtl, left, right};
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 1.231;">
<a href="{xen:link canonical:index}" style="color: #176093; text-decoration: none">{xen:link canonical:index}</a>
</td>
</tr>
</table>
</body>
</html>