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

Add

Add new coffee data manually or by scanning a bag.

{% include "partials/tab_bar.html" %}
{% endblock %}