{{ display_date }} · No. {{ issue_number }}
{{ stats_line }}
The Brief
{% for download in downloads %}Download {{ download.label }} ({{ download.size }}){% endfor %}
{% endif %}In This Issue
{% for section in sections %}{{ section.name }}
- {% for entry in section.entries %}
-
{{ entry.title }}
{% if !entry.summary.is_empty() %}{{ entry.summary }}
{% endif %} {% match entry.why %}{% when Some with (why) %}Why it's here: {{ why }}
{% when None %}{% endmatch %} {% match entry.rating %}{% when Some with (widget) %}{% include "_rating_widget.html" %}{% when None %}{% endmatch %} {% endfor %}