mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 18:11:34 +02:00
5b16e88991
refactor: simplification refactor: simplification
13 lines
349 B
HTML
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 %}
|