BrainMinder/assets/templates/partials/notebooks-list.tmpl
2024-08-22 10:13:16 +02:00

4 lines
306 B
Cheetah

{{define "partial:notebooks-list"}}
{{ widget_select "current_notebook_id" "" .current_notebook_id .notebooksList `hx-on:change="bm_sidebar_click('main-sidebar')" hx-post="/" hx-push-url="true" hx-target="#page-content" hx-trigger="change" id="current_notebook_id" class="w3-input w3-border"` }}
{{ end }}