{% extends "base.html" %} {% block title %}{{ t('dashboard.title') }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if not embedded_app %} {% include "dashboard/_navbar.html" %} {% endif %}
{% include "dashboard/_status.html" %} {% include "dashboard/_settings.html" %} {% include "dashboard/_models.html" %} {% include "dashboard/_logs.html" %} {% include "dashboard/_bench.html" %}
{% include "dashboard/_modal_model_settings.html" %} {% include "dashboard/_modal_hf_mirror.html" %}
{% endblock %} {% block scripts %} {% if initial_tab %} {% endif %} {% endblock %}