From 2573db8dd4084b88d73d628271f270f6ef00e33b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 15 Nov 2016 16:47:49 +0800 Subject: webui: Enhance the "base.html" and simplify the "index.html" --- fg21sim/webui/templates/index.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'fg21sim/webui/templates/index.html') diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index b23c1b8..150a060 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -7,16 +7,8 @@ {% extends "base.html" %} -{% block title %}fg21sim Web UI{% end %} - -{% block extra_head %} - - - -{% end %} - {% block header %} - {% include "header.html" %} + {% include "header-index.html" %} {% end %} {% block main %} @@ -25,10 +17,6 @@ {% include "results.html" %} {% end %} -{% block footer %} - {% include "footer.html" %} -{% end %} - {% block extra_script %} -- cgit v1.2.2