{% extends "base.html" %} {% block scripts %} {% endblock scripts %} {% block head_title %}Protein List{% endblock %} {% block title %}Protein List{% endblock %} {% block content %}
Protein | Family |
---|---|
{{ protein }} | {% for family in protein.protein_family.all %}{{family}} {% endfor %} |
To add a new protein click here
{% endblock %}