package auth import "templ-test/views/layout" templ AuthLogin() { @layout.WithLayout("Login") {
} }