{% load compress %}
{% load static from staticfiles %}
{% include 'client_templates/base.html' %}
{% include 'client_templates/mendelian_variant_search.html' %}
{% include 'client_templates/widgets.html' %}
{% include 'client_templates/phenotype.html' %}
{% include 'client_templates/individual.html' %}
{% include 'client_templates/project.html' %}
{% include 'client_templates/family.html' %}
{% include 'client_templates/family_group.html' %}
{% include 'client_templates/cohort.html' %}
{% include 'client_templates/edit_individuals.html' %}
{% include 'client_templates/diagnostic_search.html' %}
{% include 'client_templates/breakpoint_search.html' %}
{% if project %}
{% endif %}
{% include 'static_modules/libraries.html' %}