{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/countdowns.json {% endcomment %}
{% if count == 0 %}
Nothing to count down to Add dates to data/countdowns.json.
{% else %}
{% for c in items %}
{{ c.big }} {{ c.big_label }} {{ c.title }} {% if c.is_ongoing %}until {{ c.end_label }}{% else %}{{ c.date_label }}{% endif %}{% if c.note != "" %} · {{ c.note }}{% endif %}
{% endfor %}
{% endif %}
Countdowns {{ today_label }}