feat(uti): Add statistics
[csit.git] / resources / tools / dash / app / pal / templates / stats_layout.jinja2
diff --git a/resources/tools/dash/app/pal/templates/stats_layout.jinja2 b/resources/tools/dash/app/pal/templates/stats_layout.jinja2
new file mode 100644 (file)
index 0000000..dae6f00
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <title>Continuous Performance Statistics</title>
+  {%metas%}
+  {%favicon%}
+  {%css%}
+</head>
+<body>
+  {%app_entry%}
+  <footer>
+    {%config%}
+    {%scripts%}
+    {%renderer%}
+  </footer>
+</body>
+</html>
\ No newline at end of file