{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog · Roasts{% endblock %} {% block content %}

Roasts

Explore the latest roasts logged in Brewlog.

{% if is_authenticated && !roaster_options.is_empty() %} {% endif %}
{% if is_authenticated %} {% if roaster_options.is_empty() %}

Add a roaster first

Roasts need a roaster. Create a roaster to enable this form.

{% else %} {% endif %} {% endif %}
{% include "partials/roast_list.html" %} {% endblock %}