{% extends "base/dashboard.html" %} {% block body %}

Experiment Configuration

The active configuration, assembled from your configuration files, Dallinger defaults, and any explicit overrides.

{% for key, value in configuration %} {% endfor %}
KeyActive Value
{{ key }}{{ value }}
{% endblock %}