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