setup htmx to swap (or not) inner html

This commit is contained in:
Agahnim 2026-03-19 15:46:26 +01:00
parent 3fe2c50961
commit b8e8c0edfa
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
6 changed files with 23 additions and 9 deletions

View file

@ -2,6 +2,5 @@
{% block content %}
<h1>Bonjour</h1>
<p>Bienvenue sur mon site.</p>
{% include "partials/index.html" %}
{% endblock %}