{% extends "base.html" %} {% block title %}Animal Archive{% endblock title %} {% block scripts %}{% include "sortable_table_script.html" %}{% endblock scripts %} {% block header %}Animal Archive{% endblock header %} {% block content %} {% for year,count in archive_dict.items %} {% endfor %}
Year Animals Born
{{ year }} {{ count }}
{% endblock content%}