custom: Add new footer template and context
This commit is contained in:
parent
009d649ea6
commit
bda763725e
18 changed files with 197 additions and 33 deletions
8
internal/dis/component/control/static/custom/custom.go
Normal file
8
internal/dis/component/control/static/custom/custom.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package custom
|
||||
|
||||
import "github.com/FAU-CDI/wisski-distillery/internal/dis/component"
|
||||
|
||||
// Custom implements theme and page customization.
|
||||
type Custom struct {
|
||||
component.Base
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue