package templates templ Login() { @Layout("Login") {

Sign in

Enter your credentials to continue.

Don't have an account? Register

} } templ Register() { @Layout("Register") {

Register

Create a new account to track anime.

Password must be at least 12 characters and include an uppercase letter, lowercase letter, number, and special character.

Already have an account? Sign in

} }