{% extends "base.html" %} {% block title %} Version {% endblock %} {% block content %}
{% include "include/data/data_subnav.html" %}
Available Data Versions

{% for version in versions %} v{{ version["version"] }} -- {{ version["date"] }} {% endfor %}

Data

{% if selected_data.tags|length > 0 %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}