I am not sure what I am doing wrong. I am following a tutorial to implement this. I have also explored the htmx docs but this doesn't seem to work. When i inspect it it show an a tag which is empty.
<img style="height: 10em; object-fit: contain;" src="{{ product.image_url }}" alt="An image of {{ product.name }}">
</button>```