package main import ( "fmt" "html/template" "github.com/nbd-wtf/go-nostr/sdk" ) type ProfilePageParams struct { HeadParams Details DetailsParams AuthorRelays []string Content string CreatedAt string Domain string LastNotes []EnhancedEvent Metadata sdk.ProfileMetadata NormalizedAuthorWebsiteURL string RenderedAuthorAboutText template.HTML Nevent string Nprofile string Proxy string Title string Clients []ClientReference } templ profileTemplate(params ProfilePageParams) {