{{ company_name }}
{{ sale_label | default("Limited Time") }}
{{ sale_title | default("Special Offer") }}
{{ discount_amount }}%
{{ discount_text | default("OFF EVERYTHING") }}
{% if sale_subtitle %}
{{ sale_subtitle }}
{% endif %}
{% if products %}
{% for item in products %}
{{ item.name }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% if item.original_price %}{{ item.original_price }}{% endif %} {{ item.sale_price }}
{% endfor %}
{% endif %} {% if terms %}
Terms & Conditions
{{ terms }}
{% endif %}
{{ cta_text | default("Shop Now") }}
{% if promo_code %}
{{ promo_code }}
{% endif %}
{% if store_address %}
Visit Us
{{ store_address }}
{% endif %} {% if store_phone %}
Call
{{ store_phone }}
{% endif %} {% if store_website %}
Online
{{ store_website }}
{% endif %} {% if valid_dates %}
Valid
{{ valid_dates }}
{% endif %}