diff --git a/ui/pom.xml b/ui/pom.xml
index 538be34..25411c2 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -59,7 +59,6 @@
ivar.grimstad@eclipse-foundation.org
-
scm:git:git://github.com/eclipse-ee4j/starter.git
scm:git:ssh://github.com:eclipse-ee4j/starter.git
@@ -135,6 +134,68 @@
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ 1.3.0
+
+
+ my-id-0
+ process-resources
+
+ wget
+
+
+ https://jakarta.ee/templates/header/
+ _template_header_.html
+ ${project.build.directory}/jakarta-starter-ui
+ true
+ true
+
+
+
+ my-id-1
+ process-resources
+
+ wget
+
+
+ https://jakarta.ee/templates/footer/
+ _template_footer_.html
+ ${project.build.directory}/jakarta-starter-ui
+ true
+ true
+
+
+
+
+
+ com.cosium.html
+ html-to-xhtml-maven-plugin
+ 1.2
+
+
+
+ convert-html-to-xhtml
+ package
+
+ html-to-xhtml
+
+
+
+
+
+
+ ${project.build.directory}/jakarta-starter-ui/_template_header_.html
+ ${project.build.directory}/jakarta-starter-ui/WEB-INF/header_fragment.xhtml
+
+
+
+
+
org.apache.maven.plugins
maven-compiler-plugin
diff --git a/ui/src/main/webapp/WEB-INF/footer.xhtml b/ui/src/main/webapp/WEB-INF/footer.xhtml
index 18902e0..4dd5b46 100644
--- a/ui/src/main/webapp/WEB-INF/footer.xhtml
+++ b/ui/src/main/webapp/WEB-INF/footer.xhtml
@@ -1,100 +1,5 @@
-
-
+xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns="http://www.w3.org/1999/xhtml"
+xmlns:h="http://xmlns.jcp.org/jsf/html">
+
\ No newline at end of file
diff --git a/ui/src/main/webapp/WEB-INF/template.xhtml b/ui/src/main/webapp/WEB-INF/template.xhtml
index 61d5775..8b1b045 100644
--- a/ui/src/main/webapp/WEB-INF/template.xhtml
+++ b/ui/src/main/webapp/WEB-INF/template.xhtml
@@ -61,7 +61,6 @@
margin-right: 10px;
}
-
Eclipse Starter for Jakarta EE
@@ -102,4 +101,4 @@
-