{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/meals.json {% endcomment %}
{% if has_plan == false %}
No dinner plan this week Add a plan with weekStart {{ week_label }} to data/meals.json.
{% else %} {% for day in days %} {% endfor %}
{% if day.is_today %} {{ day.long }} {% else %} {{ day.long }} {% endif %} {% if day.meal != "" %}{{ day.meal }}{% else %}–{% endif %}
{% if note != "" %}{{ note }}{% endif %} {% endif %}
Dinner {{ week_label }}