{% extends "base.html" %} {% block body %} {% include 'jumbotron_header.html' %}
{% for key, value in messages.items() %} {%- if key == 'range_region' -%} {%- elif key in ('start', 'end') %} {%- elif key == 'gene' %} {%- elif key not in ('navbar_link', 'download') -%} {%- endif -%} {% endfor -%}
Some explanation here
Some explanation here
Some explanation here
Some explanation here
{% include 'table.html' %}


{% endblock %}