{# countdown override — oversized mono unit boxes; host countdown JS binds via data-* attrs. #}
{% if heading %}

{{ heading }}

{% endif %} {% if intro %}

{{ intro }}

{% endif %}
--{{ labelDays|default:"Days" }}
--{{ labelHours|default:"Hours" }}
--{{ labelMinutes|default:"Minutes" }}
--{{ labelSeconds|default:"Seconds" }}

{{ expiredMessage|default:"This has started." }}

{% if expiredUrl and expiredLabel %}{{ expiredLabel }}{% endif %}