From ecec43046e5e031351c5369f80558c677636faea Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 15 Nov 2016 16:47:15 +0800 Subject: webui: Split "header.html" into "header-{base,index}.html" --- fg21sim/webui/templates/header-index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 fg21sim/webui/templates/header-index.html (limited to 'fg21sim/webui/templates/header-index.html') diff --git a/fg21sim/webui/templates/header-index.html b/fg21sim/webui/templates/header-index.html new file mode 100644 index 0000000..c801040 --- /dev/null +++ b/fg21sim/webui/templates/header-index.html @@ -0,0 +1,22 @@ +{# + # Copyright (c) 2016 Weitian LI + # MIT license + # + # Header of the index page + #} + +{% extends "header-base.html" %} + +{% block header_contents %} + + + N/A + + + + +{% end %} -- cgit v1.2.2