diff options
-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 %} |