{# brutalist countdown override — mono digit slabs, timer script + data hooks kept verbatim. Fields: heading, intro, target, variant, labelDays/Hours/Minutes/Seconds, expiredMessage, expiredUrl, expiredLabel. #} {% 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 %} Counting down to {{ target }}.
{{ intro }}
{{ expiredMessage|default:"This has started." }}
Counting down to {{ target }}.