{% extends "base.html" %} {% block title %}DeepBridge Hyperparameter Analysis{% endblock %} {% block head %} {% endblock %} {% block content %} {# Summary Section #} {% include "report_types/hyperparameter/summary.html" %} {# Tabs Navigation #} {% from "components/ui/tabs.html" import tabs %} {{ tabs([ {"id": "importance", "title": "Importance", "active": true}, {"id": "tuning", "title": "Tuning Order"}, {"id": "details", "title": "Detailed Results"} ]) }} {# Tab Contents #}