Versions in this module Expand all Collapse all v0 v0.0.1 Oct 11, 2024 Changes in this version + func ErrorPage(code int, message string) templ.Component + func Layout() templ.Component + func Login(form *LoginForm) templ.Component + func Profile(user *model.User) templ.Component + func Register(form *RegisterForm) templ.Component + type LoginForm struct + Email string + Message string + Password string + Remember string + type RegisterForm struct + Email string + Message string + Password string + Username string