From 7a1e84cafdf02a1bcef4ddeb653d072b80a8deba Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 25 Mar 2021 02:27:38 +0300 Subject: add initial demo template page --- .../wqflask/templates/demo_correlation_page.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 wqflask/wqflask/templates/demo_correlation_page.html diff --git a/wqflask/wqflask/templates/demo_correlation_page.html b/wqflask/wqflask/templates/demo_correlation_page.html new file mode 100644 index 00000000..4d310051 --- /dev/null +++ b/wqflask/wqflask/templates/demo_correlation_page.html @@ -0,0 +1,36 @@ +{% extends "base.html" %} +{% block title %}Demo Correlation Results{% endblock %} +{% block css %} + + + + + + +{% endblock %} +{% block content %} +
+ {{correlation_results}} + + +
+{% endblock %} + +{% block js %} + + + + + + + + + + + + + +{% endblock %} -- cgit v1.2.3