smon/views/pages/index.gotmpl
2024-06-25 09:49:09 +02:00

14 lines
352 B
Go Template

{{ define "page" }}
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/index.css">
<div style="float: left;">
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/logo.svg" style="width: 64px; margin-right: 32px;">
</div>
<div style="float: left;">
<h1>SMon</h1>
<h2>{{ .VERSION }}</h2>
</div>
{{ end }}