package templates type User struct { ID string Username string Email string } type PageData struct { User User CurrentPage string }