From 5df81c16fdf3f597461195bbb65982d630b10f2a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 8 Jun 2015 13:55:27 -0500 Subject: use bootstrap css theme --- rpcblockchainexplorer/templates/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpcblockchainexplorer/templates/layout.html b/rpcblockchainexplorer/templates/layout.html index e012001..214a07c 100644 --- a/rpcblockchainexplorer/templates/layout.html +++ b/rpcblockchainexplorer/templates/layout.html @@ -2,6 +2,9 @@ {% if title %}{{ title }}{% else %}rpcblockchainexplorer{% endif %} + + + {% include "header.html" %} -- cgit v1.2.3