7 lines
197 B
HTML
7 lines
197 B
HTML
{{ template "widget-base.html" . }}
|
|
|
|
{{ define "widget-content-classes" }}{{ if .Frameless }}widget-content-frameless{{ end }}{{ end }}
|
|
|
|
{{ define "widget-content" }}
|
|
{{ .CompiledHTML }}
|
|
{{ end }}
|