{% load staticfiles %}
{% block head %}{% endblock %}
Volume visualization
volume visualization
version: {{ VERSION }}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% if ENVIRONMENT == 'staging' %}
{% endif %} {% if ENVIRONMENT == 'prod' %}
{% endif %}