From d00ea8206bf209fc1de3bd1e81860310ec607644 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 8 Jun 2015 10:20:55 -0500 Subject: make block layout --- rpcblockchainexplorer/templates/block.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpcblockchainexplorer/templates/block.html b/rpcblockchainexplorer/templates/block.html index b0439e0..4d48f38 100644 --- a/rpcblockchainexplorer/templates/block.html +++ b/rpcblockchainexplorer/templates/block.html @@ -1,3 +1,6 @@ +{% extends "layout.html" %} + +{% block content %} {% for key_name in block.keys() %} @@ -8,3 +11,4 @@
block transactions go here +{% endblock %} -- cgit v1.2.3