4 lines
306 B
Cheetah
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 }} |