diff --git a/crates/ezidam/templates/shell.html.tera b/crates/ezidam/templates/shell.html.tera
new file mode 100644
index 0000000..cd95302
--- /dev/null
+++ b/crates/ezidam/templates/shell.html.tera
@@ -0,0 +1,17 @@
+{% extends "base" %}
+{% block page %}
+
+
+
+ {% include "shell/header" %}
+
+ {% block content %}{% endblock content %}
+ {% include "shell/footer" %}
+
+
+
+
+
+
+
+{% endblock page %}
diff --git a/crates/ezidam/templates/shell/footer.html.tera b/crates/ezidam/templates/shell/footer.html.tera
new file mode 100644
index 0000000..12416cd
--- /dev/null
+++ b/crates/ezidam/templates/shell/footer.html.tera
@@ -0,0 +1,12 @@
+