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

{{ display_date }} · No. {{ issue_number }}

{{ stats_line }}


The Brief

{{ front_page_html|safe }}
{% if !downloads.is_empty() %}

{% for download in downloads %}Download {{ download.label }} ({{ download.size }}){% endfor %}

{% endif %}

In This Issue

{% for section in sections %}

{{ section.name }}

{% endfor %} {% if has_world || has_behind %}{% endif %}
{% endblock %}