{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/today.json {% endcomment %}
{{ today_label }} Week {{ week_number }}
{% if today_count == 0 %}
Nothing planned today Enjoy the free afternoon.
{% endif %}
{% for a in today_items %}
{% if a.all_day %}—{% else %}{{ a.start }}{% endif %}
{{ a.title }}{% if a.is_now %} now{% endif %} {{ a.who }}{% if a.location != "" %} · {{ a.location }}{% endif %}{% if a.driver != "" %} · {{ a.driver }} drives{% endif %}{% if a.note != "" %} · {{ a.note }}{% endif %}
{% endfor %}
Tomorrow · {{ tomorrow_label }} {% if tomorrow_count == 0 %}nothing planned{% endif %}
{% for a in tomorrow_items %}
{% if a.all_day %}—{% else %}{{ a.start }}{% endif %}
{{ a.title }} {{ a.who }}{% if a.location != "" %} · {{ a.location }}{% endif %}{% if a.driver != "" %} · {{ a.driver }} drives{% endif %}
{% endfor %}
{% if board_headline != "" %}
{{ board_headline }}
{% endif %} {% if next_birthday %}
{% if next_birthday.is_today %}🎂{% else %}{{ next_birthday.days_until }}d{% endif %}
Next birthday {{ next_birthday.name }}{% if next_birthday.turns %} turns {{ next_birthday.turns }}{% endif %} {{ next_birthday.date_label }}{% if next_birthday.is_family == false %} · friend of {{ next_birthday.friend_of }}{% endif %}
{% endif %} {% if next_countdown %}
{{ next_countdown.big }}
{% if next_countdown.is_ongoing %}Days left{% else %}Days until{% endif %} {{ next_countdown.title }} {% if next_countdown.is_ongoing %}until {{ next_countdown.end_label }}{% else %}{{ next_countdown.date_label }}{% endif %}
{% endif %} {% if meal_today != "" %}
Dinner tonight {{ meal_today }}
{% endif %}
Today {{ family_name }} · {{ time_now }}