feat(usage_count): sorting by usage_count + usage_count on ModelCard

This commit is contained in:
stone9k
2025-12-12 16:39:24 +01:00
parent 817de3a0ae
commit 56143eb170
18 changed files with 110 additions and 13 deletions

View File

@@ -61,7 +61,8 @@
{% block head_scripts %}{% endblock %}
</head>
<body data-page="{% block page_id %}base{% endblock %}">
{% set page_id = self.page_id() %}
<body data-page="{{ page_id }}">
<!-- Header is always visible, even during initialization -->
{% include 'components/header.html' %}