mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-10 08:18:33 +01:00
4a27ec3271
It's a simple clock that shows the current time Signed-off-by: Yarden Shoham <git@yardenshoham.com>
6 lines
146 B
HTML
6 lines
146 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content" }}
|
|
<div class="size-h2 color-highlight text-center glance-clock"></div>
|
|
{{ end }}
|