zdravko/web/templates/components/base.go

13 lines
162 B
Go
Raw Normal View History

package components
type Page struct {
Path string
Title string
Breadcrumb string
}
type Base struct {
Navbar []*Page
NavbarActive *Page
}