10 lines
381 B
HTML
10 lines
381 B
HTML
{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #}
|
|
{% if image_url %}
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td align="left" valign="top">
|
|
<img src="{{image_url}}goalreminder-desktop-hero.png" width="600" border="0" style="display:block;height:auto" class="mobile_img" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{% endif %} |