clustvirt/view/layouts/common.go
Matthew Stobbs 5fd215d6dd nav bar!
Added a navbar that doesn't do anything to the homepage
2024-03-15 16:48:11 -06:00

8 lines
135 B
Go

package layouts
// LayoutConfig specifics common elements of layouts
type LayoutConfig struct {
MainTitle string
SubTitle string
}