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.

13 lines
376 B

8 years ago
extends layout
block headContent
title Block ##{result.getblock.height.toLocaleString()}, #{result.getblock.hash}
8 years ago
block content
h1.h3 Block
small(style="width: 100%;", class="text-monospace") ##{result.getblock.height.toLocaleString()}
br
small(style="width: 100%;", class="text-monospace word-wrap") #{result.getblock.hash}
8 years ago
hr
include includes/block-content.pug