{% extends "base.html" %} {% block title %}FamPlex{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

FamPlex

{% for _, row in terms_df.iterrows() %} {% endfor %}
Identifier Description In Out Syn. Xref
{{ row.identifier }} {{ row.description_text or ''}} {{ row.in_edges }} {{ row.out_edges }} {{ row.synonyms }} {{ row.equivalences }}
{% endblock %}