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 %} + 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 %}