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

Edit Brew

Update brew details.

Coffee

Bag* {% for bag in bag_options %} {% endfor %}
Weight (g)*

Grinder

Grind Setting*

Brewer

Recipe

Volume (ml)*
Temp (°C)*
Time

Quick Notes

{{ img::deferred_upload_with_preview("edit-brew-image", "Brew Image", "brew", id, image_url) }}
{% endblock %}