{% extends 'core/base.html' %} {% block title %}Favorites | Killian{% endblock %} {% block content %}

Favorites

Your saved Killian pages for quick access.

My Favorites

{{ favorite_rows|length }} favorite{{ favorite_rows|length|pluralize }}
{% for favorite in favorite_rows %} {% empty %}

No favorites yet

Use the star on any Killian page to add it here.

{% endfor %}
{% endblock %}