diff options
-rw-r--r-- | wqflask/wqflask/templates/wcgna_results.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/wcgna_results.html b/wqflask/wqflask/templates/wcgna_results.html new file mode 100644 index 00000000..b74b84ae --- /dev/null +++ b/wqflask/wqflask/templates/wcgna_results.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% block title %}WCGNA results{% endblock %} + +{% block content %} <!-- Start of body --> + <div> + <h1>WCGNA results</h1> + </div> +{% endblock %} + |