diff --git a/htroot/env/templates/embeddedfooter.template b/htroot/env/templates/embeddedfooter.template
new file mode 100644
index 000000000..04f5b8449
--- /dev/null
+++ b/htroot/env/templates/embeddedfooter.template
@@ -0,0 +1 @@
+
diff --git a/htroot/env/templates/embeddedheader.template b/htroot/env/templates/embeddedheader.template
new file mode 100644
index 000000000..fb3f8c7b9
--- /dev/null
+++ b/htroot/env/templates/embeddedheader.template
@@ -0,0 +1 @@
+
diff --git a/htroot/index.html b/htroot/index.html
index 98af9fe6a..46006cd36 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -10,7 +10,9 @@
#(display)#
#%env/templates/simpleheader.template%#
::
- #%env/templates/header.template%#
+ #%env/templates/header.template%#
+ ::
+ #%env/templates/embeddedheader.template%#
#(/display)#
@@ -113,7 +115,9 @@
#(display)#
#%env/templates/simplefooter.template%#
::
- #%env/templates/footer.template%#
+ #%env/templates/footer.template%#
+ ::
+ #%env/templates/embeddedfooter.template%#
#(/display)#