{% extends "base.html" %} {% block title %}Edit{% endblock %} {% block content %}

Edit Item

{# example form with htmx:
#}

Add your form fields here.

Back {% endblock %}