mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-22 06:04:41 +00:00
9 lines
377 B
HTML
9 lines
377 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>
|