{% extends "base.html" %} {% block title %}Brewlog ยท Cups{% endblock %} {% block content %}

Cups

Track coffees you've enjoyed at cafes.

{% if is_authenticated %} {% endif %}
{% if is_authenticated %} {% endif %}
{% include "partials/cup_list.html" %} {% endblock %}