{% extends "base.html" %} {% block title %}Bioversions{% endblock %} {% block content %}
Biological Database Latest Versions

This web application lists the latest versions for biological databases. It refreshes once per day.

{% for name, version, homepage in rows %} {% endfor %}
Name Version JSON
{{ name }} {% if homepage %}{{ version }} {% else %}{{ version }}{% endif %}
{% endblock %}