{% extends "base.html" %} {% block title %}Release {{ p.name }}{% endblock %} {% block main_content %}

Release {{ p.name }} (version {{ p.version }})

{{ p.description }}

Components in this release

{% for c in components %}
{{ c.name }}
{{ c.description }}
{% endfor %}
{% endblock %}