package auth import ( "context" "management/internal/pkg/mid" ) templ Login(ctx context.Context) { {{ token := mid.GetCsrfToken(ctx) }} 登录
}