aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates/wcgna_results.html
blob: b74b84aeca7f1e2dfb2bc3d8f1918d9c7052cf63 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}
{% block title %}WCGNA results{% endblock %}

{% block content %} <!-- Start of body -->
  <div>
    <h1>WCGNA results</h1>
  </div>
{% endblock %}