From 87c5711dc12a62974838b5e4dbd4393356b4dcb2 Mon Sep 17 00:00:00 2001 From: DannyArends Date: Tue, 7 Feb 2017 18:48:33 +0100 Subject: empty output template to show the results from PheWAS analysis --- wqflask/wqflask/templates/phewas_analysis.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wqflask/wqflask/templates/phewas_analysis.html diff --git a/wqflask/wqflask/templates/phewas_analysis.html b/wqflask/wqflask/templates/phewas_analysis.html new file mode 100644 index 00000000..ac163b43 --- /dev/null +++ b/wqflask/wqflask/templates/phewas_analysis.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block title %}CTL analysis{% endblock %} + +{% block content %} +
+ YAY ! We have our own route +
+{% endblock %} -- cgit v1.2.3