{% extends "layout.html" %}{% block content %}
{% if empty %}

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 }}

{% if !entry.comment_links.is_empty() %}

{% for link in entry.comment_links %}{{ link.label }}{% if !link.meta.is_empty() %}: {{ link.meta }}{% endif %}{% endfor %}

{% endif %}
{% endfor %}{% endfor %}

Browse the archive

{% endif %}{% endblock %}