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()

This is where you can see a system overview of all available hosts

For now, there is just this simple box to choose a host to connect to and push the button to load the system information via HTMX

}