Add extension widget
This commit is contained in:
parent
b3be60acf6
commit
342ef90cbe
5 changed files with 164 additions and 0 deletions
5
internal/assets/templates/extension.html
Normal file
5
internal/assets/templates/extension.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{ template "widget-base.html" . }}
|
||||
|
||||
{{ define "widget-content" }}
|
||||
{{ .Extension.Content }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue