model_newsletter.html

 1   <!-- 1 Column Text + Button : BEGIN -->
 2   <tr>
 3   	<td style="background-color: #ffffff;" class="darkmode-bg">
 4   	   <#if content_1?? && content_1 != ''> ${content_1!}</#if>
 5   	</td>
 6   </tr>
 7   <!-- 1 Column Text + Button : END -->
 8   <!-- 2 Even Columns : BEGIN -->
 9   <#if content_2?? && content_2 != ''>${content_2!}</#if>
 10   <!-- 2 Even Columns : END -->
 11   <!-- Clear Spacer : BEGIN -->
 12   <tr>
 13   	<td aria-hidden="true" height="40" style="font-size: 0px; line-height: 0px;">
 14   		&nbsp;
 15   	</td>
 16   </tr>
 17   <!-- Clear Spacer : END -->
 18   <#if content_3?? && content_3 != ''>
 19   <!-- 1 Column Text : BEGIN -->
 20   <tr>
 21   	<td style="background-color: #ffffff;" class="darkmode-bg">
 22   		<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
 23   			<tr>
 24   				<td style="padding: 20px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
 25   					${content_3!}
 26   					<!-- <p style="margin: 0;">Maecenas sed ante pellentesque, posuere leo id, eleifend dolor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent laoreet malesuada cursus. Maecenas scelerisque congue eros eu posuere. Praesent in felis ut velit pretium lobortis rhoncus ut&nbsp;erat.</p> -->
 27   				</td>
 28   			</tr>
 29   		</table>
 30   	</td>
 31   </tr>
 32   </#if>
 33   <!-- 1 Column Text : END -->
 34   </table>
 35   <!-- Email Body : END -->
 36   <!-- Email Footer Text : BEGIN -->
 37   <table class="footer" style="margin: auto;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
 38   	<tbody>
 39   	<tr>
 40   	   <td style="padding: 0 20px; font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #ffffff;" align="center">
 41   			<img src="${base_url}/images/poweredby.png" >
 42   		</td>
 43   	</tr>
 44   	</tbody>
 45   </table>
 46   <!-- Email Footer Text : END -->