mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-23 08:54:16 +01:00
8 lines
241 B
HTML
8 lines
241 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content-classes" }}widget-content-frameless{{ end }}
|
|
|
|
{{ define "widget-content" }}
|
|
<iframe src="{{ .Source }}" width="100%" height="{{ .Height }}px" frameborder="0"></iframe>
|
|
{{ end }}
|