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