package layouts import "git.staur.ca/stobbsm/clustvirt/view/components" templ Manager(title string, subtitle string) { { title } - { subtitle }
@header(title, subtitle, components.DefaultNavBar)
@components.HostNav()
}