Initial commit
This commit is contained in:
commit
ec8ba40cf0
100 changed files with 6883 additions and 0 deletions
7
internal/assets/templates/iframe.html
Normal file
7
internal/assets/templates/iframe.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{ 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue