9 lines
336 B
Cheetah
9 lines
336 B
Cheetah
{{define "page:title"}}
|
|
<div class="w3-left">
|
|
<h5>{{ .item.Type_title }}</h5>
|
|
</div>
|
|
<div class="w3-right hide-medium 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}}
|