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