package component import common "forge.cadoles.com/wpetit/clearcase/internal/http/handler/webui/common/component" type LoginPageVModel struct { Providers []ProviderVModel } type ProviderVModel struct { ID string Label string Icon string } templ LoginPage(vmodel LoginPageVModel) { @common.Page() {