You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
371 B
8 lines
371 B
<div {{ attributes }}> |
|
{% if this.isVerified %} |
|
<span class="nip05-badge verified" |
|
title="Verified NIP-05 identifier{% if this.hasRelays() %} ({{ this.relays|length }} relay{{ this.relays|length > 1 ? 's' : '' }}){% endif %}"> |
|
<span class="nip05-identifier">{{ this.displayIdentifier }}</span> |
|
</span> |
|
{% endif %} |
|
</div>
|
|
|