theme: Base Theme
title: We miss you 2
template_subject: We miss you - please come back!
template_areas:
  header: <h1>Hello Again!</h1>
  content: |
    <h4 style="text-align:center;">
        We noticed you haven't visit our store a while. Scroll to find out what you might have missed.
    </h4>
    <br><br>

    {% if coupon.code %}
    <p style="text-align:center;">
      <span style="font-size: 95px; font-weight: bold;">15%</span> <span style="font-size: 55px; font-weight: bold;">off</span>
    </p>

    <div class="offer">
      Your coupon code: <span class="coupon">{{ coupon.code }}</span>
    </div>
    {% endif %}
  footer: |
    <p>If you have any questions about our products or services, please <a href="{{ store.store_url }}/contact/">contact with us.</a></p>
