package view import ( "github.com/rjNemo/rentease/internal/auth" "github.com/rjNemo/rentease/internal/view/layout" ) // inject the providers into the template even if we don't use it templ Login(providers *auth.ProviderIndex) { @layout.PublicLayout() {

Login

} }