{% extends "base.html" %} {% block title %}Brewlog ยท Roasters{% endblock %} {% block head %} {% if is_authenticated && has_ai_extract %} {% endif %} {% endblock %} {% block content %}

Roasters

Browse the coffee roasters known to Brewlog.

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