What if you need to inject an Id into your hx-post or hx-get urls at runtime? Example: `hx-post="/profile/123456/edit"` Say I needed to inject `123456` at runtime?
What if you need to inject an Id into your hx-post or hx-get urls at runtime? Example:
hx-post="/profile/123456/edit"Say I needed to inject
123456at runtime?