{% extends "base.html" %} {% block title %}Dashboard Home - Bank EDA Profiler{% endblock %} {% block content %}

Banking Analytics Dashboard

Select a report below to view detailed insights, charts, and data summaries.

{% for link in links %}
{{ link.name }}

View the {{ link.name }} analysis and visualizations.

View Report →
{% endfor %}
{% endblock %}