sourcehypertextadminauthlogin.pug

form.main-form#login-form(action="/x/post-login" method="post" hx-boost="true" hx-push-url="false" hx-target="this" hx-swap="outerHTML")
	h1!= tr('auth.logIn')
	div.input
		label(for="login-username")!= tr('auth.username')
			strong *
		input#login-username(type="text" name="username" required)
	div.input
		label(for="login-password")!= tr('auth.password')
			strong *
		input#login-password(type="password" name="password" required)
	div.input.tick
		input#login-rememberMe(type="checkbox" name="rememberMe")
		label(for="login-rememberMe")!= tr("auth.rememberMe")
	div.input
		button(type="submit")!= tr('auth.logIn')
	strong.warning-message