update all login-down

This commit is contained in:
2025-06-23 16:21:37 +08:00
parent 8204504f5a
commit 08239024ef
339 changed files with 34769 additions and 361 deletions

View File

@@ -0,0 +1,13 @@
{#-
This file was automatically generated - do not edit
-#}
{% import "partials/tabs-item.html" as item with context %}
<nav class="md-tabs" aria-label="{{ lang.t('tabs') }}" data-md-component="tabs">
<div class="md-grid">
<ul class="md-tabs__list">
{% for nav_item in nav %}
{{ item.render(nav_item) }}
{% endfor %}
</ul>
</div>
</nav>