import { html } from 'hono/html'; export const loginView = (isDev: boolean, adminName?: string, adminPassword?: string) => html` 登录 - CWD 评论后台

管理员登录

{{ error }}

`;