aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/templates/base.html')
-rw-r--r--fg21sim/webui/templates/base.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/fg21sim/webui/templates/base.html b/fg21sim/webui/templates/base.html
index 1fbc75e..a7b5696 100644
--- a/fg21sim/webui/templates/base.html
+++ b/fg21sim/webui/templates/base.html
@@ -11,7 +11,11 @@
<meta name="author" content="Weitian LI" />
<meta name="description" content="fg21sim: Realistic Foregrounds Simulation for EoR 21cm Signal Detection" />
<link rel="icon" type="image/png" href="{{ static_url('images/favicon.png') }}" />
- <title>{% block title %}FG21sim Web UI{% end %}</title>
+ <title>
+ {% block title %}
+ {% block subtitle %}{% end %} FG21sim Web UI
+ {% end %}
+ </title>
{% block extra_head %}{% end %}
{% block css %}
@@ -31,7 +35,7 @@
{% block page %}
<header class="masthead" role="banner">
{% block header %}
- {% include "header-base.html" %}
+ {% include "header.html" %}
{% end %}
</header>