mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 14:07:25 -06:00
8 lines
212 B
HTML
8 lines
212 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content-classes" }}{{ if .Extension.Frameless }}widget-content-frameless{{ end }}{{ end }}
|
|
|
|
{{ define "widget-content" }}
|
|
{{ .Extension.Content }}
|
|
{{ end }}
|