{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Search Result

{% if error %}

{{ error }}

{% else %} {% if results %}
{% for result in results %} {% endfor %}
General Name:OMIM ID
{{ result.name }}{{ result.omim_id }}
{% else %}

Sorry, there's no result match.

{% endif %} {% endif%}
{% endblock %}