mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-15 19:10:59 +00:00
12 lines
476 B
HTML
12 lines
476 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 }}" data-rel="sideframe"
|
|
{% if on_close %}data-on-close="{{ on_close }}" {% endif %}
|
|
>
|
|
<span>
|
|
{{ name }}
|
|
<span class="cms-icon cms-icon-arrow"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|