{% extends "base.html" %} {% load static %} {% block title %}Arch Linux - Release: {{ release.version }}{% endblock %} {% block content %}

{{ release.version }}

{% if release.info %}

Release Notes

{{ release.info_html }}
{% endif %} {% if release.torrent_data %}{% with release.torrent as torrent %}

Torrent Information

{% endwith %}{% endif %}
{% endblock %}