summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpcblockchainexplorer/templates/block.html4
1 files changed, 4 insertions, 0 deletions
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 %}
<table>
{% for key_name in block.keys() %}
<tr>
@@ -8,3 +11,4 @@
</table>
block transactions go here
+{% endblock %}