{% extends "layout.html" %} {% from "macros.html" import contraint_selection, effect_selection, filter_dbsnp %} {% block title %}Recessive{% endblock %} {% block head %} {% endblock %} {% block body %}
{{ contraint_selection() }} {{ effect_selection(EffectNames, exon_effects) }} {{ filter_dbsnp() }}
{% endblock %}