Blocks

%% for (i, hash) in self.blocks.iter().enumerate() { %% let height = self.last - u32::try_from(i).unwrap(); %% if let Some(inscription_ids) = &self.featured_blocks.get(hash) {

Block {{ height }}

%% for id in *inscription_ids { {{ Iframe::thumbnail(*id) }} %% }
%% } else { %% if i == self.featured_blocks.len() {
    %% }
  1. {{ hash }}
  2. %% } %% }