{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/image_section.html" as img %} {% import "partials/location_search.html" as location %} {% import "partials/detail_cards.html" as detail_cards %} {% import "partials/forms/quick_notes.html" as quick_notes %} {% block title %}Brewlog ยท Add{% endblock %} {% block content %}

Add

Add new coffee data manually or by scanning a bag.

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