13 lines
375 B

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