{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %}

Alpha rarefaction

{% if filtered_columns %}

The following metadata columns have been omitted because they didn't contain categorical data, or the column consisted only of missing values: {{ filtered_columns|join(', ') }}

{% endif %}
{% for filename in filenames %} {% endfor %} {% endblock %}