package pages import "git.ekzyis.com/ekzyis/delphi.market/server/router/pages/components" templ NostrAuth(k1 string, action string) { @components.Head() @components.Nav()
@components.Figlet("random", action) with nostr
checking for nostr extension @components.Loading()
nostr extension found
waiting for signature @components.Loading()
@components.Footer() }