clustvirt/view/layouts/common.go
Matthew Stobbs 48bdc94351 merge barnch switch_to_templ
- Moved to templ for templating
- Started adding cluster statistics
2024-03-19 09:13:44 -06:00

8 lines
135 B
Go

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