{% load staticfiles %} {% block page_title %}Datafreezer{% endblock page_title %} {% block custom_head %}{% endblock custom_head %} {% block navigation %} {% endblock navigation %} {% block pre_main_content %}{% endblock pre_main_content %}
{% block heading %} {% endblock heading %} {% block content %} {% block no_results_msg %}

There's nothing here yet!

Datasets uploaded via the Upload tab in the navigation bar will be displayed on the homepage and under the Browse tabs.

{% endblock no_results_msg %} {% endblock content %}
{% block post_main_content %}{% endblock post_main_content %} {% block scripts %}{% endblock %}