package cards // Helper function to shorten address func shortenAddress(address string) string { if len(address) <= 20 { return address } return address[:16] + "..." + address[len(address)-4:] } templ SonrProfile(addr string, name string, handle string, creationBlock string) {
{ handle }
#{ creationBlock }
{ name }