{% extends 'cats/base.html' %} {% block title %}Kittens{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title="Kittens" %} {% endblock page_header %} {% block cats_main %} {% endblock %}