id
{ strconv.Itoa(user.Id) }
joined
{ user.CreatedAt.Format(time.DateOnly) }
sats
{ strconv.Itoa(int(user.Msats) / 1000) }
package pages import ( "git.ekzyis.com/ekzyis/delphi.market/server/router/pages/components" "git.ekzyis.com/ekzyis/delphi.market/types" "strconv" "time" ) templ User(user *types.User) { @components.Head()
@components.Nav()