{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/board.json {% endcomment %}
{% if headline != "" %}
{{ headline }}
{% endif %} {% if items.size > 0 %}
{% for line in items %}
{{ forloop.index }}
{{ line }}
{% endfor %}
{% endif %} {% if headline == "" and items.size == 0 and quote == "" %}
The board is empty Edit data/board.json.
{% endif %} {% if quote != "" %}
“{{ quote }}” {% if quote_by != "" %}{{ quote_by }}{% endif %}
{% endif %}
{{ family_name }} board {{ today_label }}