extends layout

block headContent
	title Block ##{result.getblock.height.toLocaleString()}, #{result.getblock.hash}

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}
	hr

	include includes/block-content.pug