{% extends "releasenotes/base.html" %} {% load markdownify %} {% load i18n %} {% block title %}Release Notes - Home{% endblock %} {% block release_content %}

{{ object.project.name }}

Releases

{% comment %} TODO: This should display the details of the most current release and then a list of all the other release below. Probably should be handled in the view context. {% endcomment %} {% endblock %}