{# Based on: https://github.com/seanpowell/Email-Boilerplate/blob/master/email.html #}
{# Base styles, to use inline #}
{% set BASE_IMG_STYLE = 'border:none; outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;' %}
{% set BASE_P_STYLE = 'margin:1em 0;' %}
{% set BASE_H1_STYLE = 'color:#ffffff !important; font-size:32px; font-weight:normal; line-height:100%; margin:0;' %}
{% set BASE_H2_STYLE = 'color:#093c59 !important; font-size:24px; font-weight:500; line-height:100%; margin:0;' %}
{% set BASE_TABLE_STYLE = 'border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; width:100% !important;' %}
{% set BASE_ICONS_URL = 'https://cdn.theorchard.io/web-icons' %}
Notification
{# Preview text that is picked up and displayed by some email clients #}
{{ preview_text }}
{# Whitespaces so that the content of the email is not picked up for the preview text #}
{% block header_title %}{% endblock %}
{% block content %}{% endblock %}
{% trans %}Connect With Us{% endtrans %}