refacto: rename html and rs templates dirs to old_*

This commit is contained in:
2024-08-23 15:41:49 +02:00
parent 09717c4ed2
commit 6f1fd934d9
31 changed files with 7 additions and 8 deletions

View File

@ -0,0 +1,11 @@
{% for item in items %}
<a
href="#{{ item.id }}"
class="{{ Self::get_classes(self, item.current) }}"
role="menuitem"
tabindex="-1"
id="{{ item.id }}"
>
{{ item.label }}
</a>
{% endfor %}