smon/views/components/page_label.gotmpl

7 lines
169 B
Go Template
Raw Normal View History

2024-04-29 08:36:13 +02:00
{{ define "page_label" }}
<div class="page-label">
2024-06-25 08:59:07 +02:00
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/{{ .Icon }}.svg">
2024-04-29 08:36:13 +02:00
<div>{{ .Label }}</div>
</div>
{{ end }}