htmx_examples/templates/partials/update_other_content_expand...

8 lines
140 B
HTML

{% for contact in contacts %}
<tr>
<td>{{ contact.name }}</td>
<td>{{ contact.email }}</td>
</tr>
{% endfor %}