{% extends "base.html" %} {% block title %}Brewlog · Timeline{% endblock %} {% block content %}

Timeline

Follow the history of roasters and roasts in Brewlog.

{% if months.is_empty() %}

No events yet. Create roasters or roasts to populate the timeline.

{% else %} {% for month in months %} {% include "partials/timeline_month.html" %} {% endfor %} {% endif %}

No more events.

{% endblock %}