{% extends 'base.html' %} {% block body %}
{% for project in projects %}

{{ project.name }}

{% if project.logo is not none %} {% endif %}

{{ project.description|safe }}

{% if project.versions|length > 0 %}
Latest or
{% endif %}
{% endfor %}
{% if copyright %}
{% endif %}
{% endblock %}