diff --git a/templates/index.html b/templates/index.html index 914f4c8..a894a70 100644 --- a/templates/index.html +++ b/templates/index.html @@ -619,10 +619,15 @@

Owner

-
+ ${ info.owner.hash == '0000000000000000000000000000000000000000000000000000000000000000' ? ` +
+
This name is unowned
+
+ ` : `
TX: ${info.owner.hash}
Output Index: ${info.owner.index}
+ `}