theme: Base Theme
title: Happy Birthday
template_subject: Happy Birthday
template_areas:
  header: <h1>Dear {{ customer_name }}!</h1>
  content: |
    <p>Light four candles on your special day: one for happiness, one for peace, one for prosperity and one for good luck. May you always be happy and healthy!</p>
  footer: |
    {% if coupon.code %}
    <div class="offer">
      <p>Let us offer you a <b>discount</b> to featurer purchases in this day.</p>
      Your coupon code: <span class="coupon">{{ coupon.code }}</span>
    </div>
    {% endif %}
    <p>If you have any questions about our products or services, please <a href="{{ store.store_url }}/contact/">contact with us.</a></p>