diff options
author | DannyArends | 2017-02-07 18:48:33 +0100 |
---|---|---|
committer | DannyArends | 2017-02-07 18:48:33 +0100 |
commit | 87c5711dc12a62974838b5e4dbd4393356b4dcb2 (patch) | |
tree | 2b3e58ff962fec7d656daabfe6292bdfd21e9d98 | |
parent | 9956fcf4dde07131756ff4eb3269a1e94d805235 (diff) | |
download | genenetwork2-87c5711dc12a62974838b5e4dbd4393356b4dcb2.tar.gz |
empty output template to show the results from PheWAS analysis
-rw-r--r-- | wqflask/wqflask/templates/phewas_analysis.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 %} <!-- Start of body --> +<div class="container"> + YAY ! We have our own route +</div> +{% endblock %} |