Sat {{ self.sat.n() }}

decimal
{{ self.sat.decimal() }}
degree
{{ self.sat.degree() }}
percentile
{{ self.sat.percentile() }}
name
{{ self.sat.name() }}
cycle
{{ self.sat.cycle() }}
epoch
{{ self.sat.epoch() }}
period
{{ self.sat.period() }}
block
{{ self.sat.height() }}
offset
{{ self.sat.third() }}
rarity
{{ self.sat.rarity() }}
time
{{ self.blocktime }}
%% if let Some(inscription) = &self.inscription {
inscription
{{ inscription.content_html() }}
%% }
%% if self.sat.n() > 0 { prev %% } else { prev %% } %% if self.sat < Sat::LAST { next %% } else { next %% }