package main templ tLoginForm(err string) {

Login

Username:
Password:
if err != "" {
{err}
}
} templ tHello(session *UserSession) {
Hello {session.Username}
} templ tError(err string) {
err
} templ tPage(contents templ.Component) { The Game

THE GAME

@contents }