mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
11 lines
482 B
HTML
11 lines
482 B
HTML
{% load i18n %}
|
|
<button class="sticky toggle-nav-sidebar"
|
|
id="toggle-nav-sidebar"
|
|
aria-label="{% translate 'Toggle navigation' %}"></button>
|
|
<nav class="sticky" id="nav-sidebar">
|
|
<input type="search"
|
|
id="nav-filter"
|
|
placeholder="{% translate 'Start typing to filter...' %}"
|
|
aria-label="{% translate 'Filter navigation items' %}">
|
|
{% include 'admin/app_list.html' with app_list=available_apps show_changelinks=False %}
|
|
</nav>
|