15 lines
515 B
Cheetah
15 lines
515 B
Cheetah
|
{{define "page:title"}}
|
||
|
<div class="w3-left">
|
||
|
<h5>Notebooks</h5>
|
||
|
</div>
|
||
|
<div class="w3-right w3-hide-medium w3-hide-large" style="margin-top: 6px; margin-right: 6px;">
|
||
|
<a
|
||
|
class="w3-button w3-medium"
|
||
|
hx-get="/notebook/create"
|
||
|
hx-push-url="true"
|
||
|
hx-target="#page-content"><i class="bi bi-plus-square-fill"></i></a>
|
||
|
<a href="#" onclick="bm_toggle_quickbox(); return false;" class="w3-button w3-medium w3-round-large"><i class='bi bi-inbox-fill'></i></a>
|
||
|
</div>
|
||
|
|
||
|
{{end}}
|