Files
minne/html-router/templates/navigation_bar.html
Per Stark 354dc727c1 refactor: extendable templates
refactor: simplification

refactor: simplification
2026-01-13 22:18:00 +01:00

13 lines
349 B
HTML

{% extends "components/_navbar_layout.html" %}
{% block navbar_search %}
{% include "searchbar.html" %}
{% endblock %}
{% block navbar_actions %}
<label for="my-drawer" aria-label="open sidebar" class="hover:cursor-pointer lg:hidden">
{% include "icons/hamburger_icon.html" %}
</label>
{% include "theme_toggle.html" %}
{% endblock %}