7 lines
212 B
HTML
7 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 }}
|