BrainMinder/assets/templates/partials/notebooks-list.tmpl

4 lines
299 B
Cheetah
Raw Permalink Normal View History

2024-08-22 10:13:16 +02:00
{{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" style="width: 100%"` }}
2024-08-22 10:13:16 +02:00
{{ end }}