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-base.html | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 fg21sim/webui/templates/header-base.html (limited to 'fg21sim/webui/templates/header-base.html') diff --git a/fg21sim/webui/templates/header-base.html b/fg21sim/webui/templates/header-base.html new file mode 100644 index 0000000..607b6f1 --- /dev/null +++ b/fg21sim/webui/templates/header-base.html @@ -0,0 +1,33 @@ +{# + # Copyright (c) 2016 Weitian LI + # MIT license + # + # Template of the basic header + #} + +{% block navigator %} + +{% end %} {# block navigator #} -- cgit v1.2.2