{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Variant Notes{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %}
All of the variants in this project that contain notes are listed below.
{% endblock %} {% block innercontent %} {% include 'javascript.html' %} {% endblock %}