BrainMinder/assets/templates/items/read_title.tmpl

9 lines
336 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "page:title"}}
<div class="w3-left">
<h5>{{ .item.Type_title }}</h5>
</div>
2024-11-10 20:52:32 +01:00
<div class="w3-right hide-medium hide-large" style="margin-top: 6px; margin-right: 6px;">
2024-08-22 10:13:16 +02:00
<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}}