{% extends "base_menu.html" %} {% block title %} BREEDS {% endblock %} {% block content %}

Breed List

{% if object_list %} {% else %}

There are no breeds in the library.

{% endif %}

Add a breed

Back to cats

{% endblock %}