{% extends "base.html" %} {% block content %}

Number of samples: {{ n_samples }}

{% for item in sections %} {{ item }} {% endfor %}
{% endblock %}