No issue yet
The first issue has not been published.
{% else %}{{ issue.display_date }} · No. {{ issue.issue_number }}
{{ issue.stats_line }}
A personal morning paper, assembled daily; the selection is the reader's, the words are the authors'.
{% if !downloads.is_empty() %}{% for download in downloads %}{{ download.label }} ({{ download.size }}){% endfor %}
{% endif %} {% for section in issue.sections %}{{ section.name }}
{% for entry in section.entries %}{{ entry.title }}
{% match entry.summary %}{% when Some with (summary) %}{{ summary }}
{% when None %}{% endmatch %}{% match entry.why %}{% when Some with (why) %}Why it's here: {{ why }}
{% when None %}{% endmatch %}{% if !entry.comment_links.is_empty() %}{% for link in entry.comment_links %}{{ link.label }}{% if !link.meta.is_empty() %}: {{ link.meta }}{% endif %}{% endfor %}
{% endif %}