mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-22 14:04:47 +00:00
10 lines
378 B
HTML
10 lines
378 B
HTML
<li class="{% if active %}cms-toolbar-item-navigation-active{% endif %}{% if disabled %}cms-toolbar-item-navigation-disabled{% endif %} {{ extra_classes|join:' ' }}">
|
|
<a
|
|
{% if disabled %}tabindex="-1" {% endif %}
|
|
href="{{ url }}">
|
|
<span>
|
|
{{ name }}
|
|
<span class="cms-icon cms-icon-arrow"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|