glance/internal/assets/templates/iframe.html
2024-04-27 20:10:24 +01:00

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 }}