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

Edit Cafe

Update cafe details.

{{ img::deferred_upload("edit-cafe-image", "Cafe Image") }}
{% endblock %}