htmx "Click to Edit" pattern Simple implementation o the "Click To Edit" pattern usign htmx and FastAPI. How to run Install the dependencies: pip install -r requirements.txt Run the server: fastapi dev server.py