mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-27 03:08:41 +02:00
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 %}
|