package main templ relayTemplate(params RelayPageParams) { Nostr Relay { params.Hostname } - { params.Info.Name } if params.Info.Icon != "" { } if params.Info.Description != "" { } @headCommonTemplate(params.HeadParams) ) @topTemplate()
{ params.Info.Description }
if params.Info.PubKey != "" {
Public Key
{ params.Info.PubKey }
} if params.Info.Contact != "" { }
@clientsTemplate(params.Clients, params.Hostname)
@footerTemplate() }