{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog ยท Stats{% endblock %} {% block content %}

Stats

Geographic overview of coffee data.

{% include "partials/tab_bar.html" %}
{{ content|safe }}
{% endblock %}