{% extends "layout/base.html" %} {% block content %} {% include "partials/_overview.html" %} {% include "partials/_dataset_summary.html" %} {% if payload.mode == "compare" %}
{% include "partials/_variables.html" %}
{% else %}
{% include "partials/_variables.html" %} {% include "partials/_associations.html" %}
{% endif %} {% endblock %}