9 lines
331 B
Cheetah
9 lines
331 B
Cheetah
|
{{define "page:title"}}
|
||
|
<div class="w3-left">
|
||
|
<h5>Dashboard</h5>
|
||
|
</div>
|
||
|
<div class="w3-right w3-hide-medium w3-hide-large" style="margin-top: 6px; margin-right: 6px;">
|
||
|
<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 }}
|