{% if event_type %}
{{ event_type }}
{% endif %}
{{ event_name }}
Date
{{ event_date }}
Time
{{ event_time }}
Venue
{{ venue }}
{% if description %}
{{ description }}
{% endif %} {% if highlights %}
{% for item in highlights %}
{{ item.title }}
{{ item.description }}
{% endfor %}
{% endif %} {% if lineup %}
{{ lineup_label | default("Featuring") }}
{% for item in lineup %} {{ item }} {% endfor %}
{% endif %}
{{ cta_label | default("Get Your Tickets") }}
{{ cta_text | default("Book Now") }}
{% if ticket_price %}
From
{{ ticket_price }}
{% endif %}
{% if contact_email %}
Email: {{ contact_email }}
{% endif %} {% if contact_phone %}
Phone: {{ contact_phone }}
{% endif %} {% if contact_website %}
Web: {{ contact_website }}
{% endif %}