{# Workflow Status #} {% if draft %} {% endif %} {% if editingMeta %}
{% else %}

{{ draft.title ?: 'My Reading List' }}

{% if draft.summary %}

{{ draft.summary }}

{% endif %}

Slug: {{ draft.slug }}

{% endif %}

Articles ({{ draft.articles|length }})

{% if draft.articles is not empty %} {% endif %}
{% if draft.articles is not empty %}
    {% for coord in draft.articles %}
  • {{ coord }}
  • {% endfor %}
{% else %}

No articles yet. Use the quick add or search below to add articles.

{% endif %}