From 7132abb0debb7d0d53f3fcc61b5f69412f914c0c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 8 Jun 2015 07:29:11 -0500 Subject: display block details --- rpcblockchainexplorer/templates/block.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rpcblockchainexplorer/templates/block.html b/rpcblockchainexplorer/templates/block.html index c760632..d53cdbd 100644 --- a/rpcblockchainexplorer/templates/block.html +++ b/rpcblockchainexplorer/templates/block.html @@ -1 +1,8 @@ -blockheight + + {% for key_name in block.keys() %} + + + + + {% endfor %} +
{{ key_name }}{{ block[key_name] }}
-- cgit v1.2.3