%% if self.number >= 0 {

Inscription {{ self.number }}

%% } else {

Inscription {{ self.number }} (unstable)

%% }
%% if let Some(previous) = self.previous { %% } else {
%% } {{Iframe::main(self.inscription_id)}} %% if let Some(next) = self.next { %% } else {
%% }
id
{{ self.inscription_id }}
%% if let Some(output) = &self.output { %% if let Ok(address) = self.chain.address_from_script(&output.script_pubkey ) {
address
{{ address }}
%% }
output value
{{ output.value }}
%% } %% if let Some(sat) = self.sat {
sat
{{sat}}
%% } %% if let Some(content_length) = self.inscription.content_length() {
preview
link
content
link
content length
{{ content_length }} bytes
%% } %% if let Some(content_type) = self.inscription.content_type() {
content type
{{ content_type }}
%% }
timestamp
genesis height
{{ self.genesis_height }}
genesis fee
{{ self.genesis_fee }}
genesis transaction
{{ self.inscription_id.txid }}
location
%% if self.satpoint.outpoint == unbound_outpoint() {
{{ self.satpoint }} (unbound)
output
{{ self.satpoint.outpoint }} (unbound)
%% } else {
{{ self.satpoint }}
output
{{ self.satpoint.outpoint }}
%% }
offset
{{ self.satpoint.offset }}