{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
Bioresolver
Summary

This page is a summary of the content in the Bioresolver. Go home.

{% for prefix, name, homepage, example, link, names, alts, defs in summary_df.values %} {% endfor %}
Prefix Name Example Names Alts Definitions
{{ prefix }} {% if homepage %} {{ name }} {% else %} {{ name }} {% endif %} {% if example %} {{ example }} {% endif %} {{ names }} {{ alts }} {{ defs }}
{% endblock %}