From 181956c9bd47109fe4c6632af97050791ff2e121 Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Fri, 3 Mar 2023 01:48:12 +0800 Subject: [PATCH] cool --- static/img/{growth.png => growth.ico} | Bin templates/base.html | 21 +++++++++++++++++++-- templates/custom.html | 4 +++- 3 files changed, 22 insertions(+), 3 deletions(-) rename static/img/{growth.png => growth.ico} (100%) diff --git a/static/img/growth.png b/static/img/growth.ico similarity index 100% rename from static/img/growth.png rename to static/img/growth.ico diff --git a/templates/base.html b/templates/base.html index 6beb70e..8304392 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {% block title %}NTHU Trading Platform{% endblock title%} - + {% block content %} -
+
+ {% endblock content %} +
+
+ © 2023 Copyright NTHU-TPM + + + +
+ +
diff --git a/templates/custom.html b/templates/custom.html index f13d16e..d1e4853 100644 --- a/templates/custom.html +++ b/templates/custom.html @@ -3,4 +3,6 @@ {% block title %}Strategy Page{% endblock%} -{% block content %}Hello world - {{ active_page|e }} {% endblock %} +{% block content %}Hello world - {{ active_page|e }} +TODODODODOODODODOODODODODOD +{% endblock %}