+ {#fragment id="list"}
+ {#for contact in contacts}
+
+ {#include HtmxApp/partials/view /}
+
+ {/for}
+ {/fragment}
+
+
+
+
\ No newline at end of file
diff --git a/integration-tests/src/main/resources/templates/HtmxApp/partials/edit.html b/integration-tests/src/main/resources/templates/HtmxApp/partials/edit.html
new file mode 100644
index 00000000..1dff29d3
--- /dev/null
+++ b/integration-tests/src/main/resources/templates/HtmxApp/partials/edit.html
@@ -0,0 +1,23 @@
+
\ No newline at end of file
diff --git a/integration-tests/src/main/resources/templates/HtmxApp/partials/view.html b/integration-tests/src/main/resources/templates/HtmxApp/partials/view.html
new file mode 100644
index 00000000..a1e7bf37
--- /dev/null
+++ b/integration-tests/src/main/resources/templates/HtmxApp/partials/view.html
@@ -0,0 +1,10 @@
+
+
+
: {contact.firstName}
+
: {contact.lastName}
+
: {contact.email}
+
+
+
\ No newline at end of file
diff --git a/integration-tests/src/main/resources/templates/tags/formElement.html b/integration-tests/src/main/resources/templates/tags/formElement.html
new file mode 100644
index 00000000..b988136f
--- /dev/null
+++ b/integration-tests/src/main/resources/templates/tags/formElement.html
@@ -0,0 +1,7 @@
+